Versions in this module Expand all Collapse all v28 v28.1.0 Apr 29, 2019 v28.0.0 Apr 26, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type DomainSecuritySettings struct + NtlmV1 NtlmV1 + SyncNtlmPasswords SyncNtlmPasswords + TLSV1 TLSV1 + type DomainService struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ds *DomainService) UnmarshalJSON(body []byte) error + func (ds DomainService) MarshalJSON() ([]byte, error) + type DomainServiceListResult struct + NextLink *string + Value *[]DomainService + func (dslr DomainServiceListResult) IsEmpty() bool + type DomainServiceListResultIterator struct + func NewDomainServiceListResultIterator(page DomainServiceListResultPage) DomainServiceListResultIterator + func (iter *DomainServiceListResultIterator) Next() error + func (iter *DomainServiceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DomainServiceListResultIterator) NotDone() bool + func (iter DomainServiceListResultIterator) Response() DomainServiceListResult + func (iter DomainServiceListResultIterator) Value() DomainService + type DomainServiceListResultPage struct + func NewDomainServiceListResultPage(...) DomainServiceListResultPage + func (page *DomainServiceListResultPage) Next() error + func (page *DomainServiceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DomainServiceListResultPage) NotDone() bool + func (page DomainServiceListResultPage) Response() DomainServiceListResult + func (page DomainServiceListResultPage) Values() []DomainService + type DomainServiceOperationsClient struct + func NewDomainServiceOperationsClient(subscriptionID string) DomainServiceOperationsClient + func NewDomainServiceOperationsClientWithBaseURI(baseURI string, subscriptionID string) DomainServiceOperationsClient + func (client DomainServiceOperationsClient) List(ctx context.Context) (result OperationEntityListResultPage, err error) + func (client DomainServiceOperationsClient) ListComplete(ctx context.Context) (result OperationEntityListResultIterator, err error) + func (client DomainServiceOperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DomainServiceOperationsClient) ListResponder(resp *http.Response) (result OperationEntityListResult, err error) + func (client DomainServiceOperationsClient) ListSender(req *http.Request) (*http.Response, error) + type DomainServiceProperties struct + DomainControllerIPAddress *[]string + DomainName *string + DomainSecuritySettings *DomainSecuritySettings + FilteredSync FilteredSync + HealthAlerts *[]HealthAlert + HealthLastEvaluated *date.Time + HealthMonitors *[]HealthMonitor + LdapsSettings *LdapsSettings + NotificationSettings *NotificationSettings + ProvisioningState *string + ServiceStatus *string + SubnetID *string + TenantID *string + VnetSiteID *string + type DomainServicesClient struct + func NewDomainServicesClient(subscriptionID string) DomainServicesClient + func NewDomainServicesClientWithBaseURI(baseURI string, subscriptionID string) DomainServicesClient + func (client DomainServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result DomainServicesCreateOrUpdateFuture, err error) + func (client DomainServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client DomainServicesClient) CreateOrUpdateResponder(resp *http.Response) (result DomainService, err error) + func (client DomainServicesClient) CreateOrUpdateSender(req *http.Request) (future DomainServicesCreateOrUpdateFuture, err error) + func (client DomainServicesClient) Delete(ctx context.Context, resourceGroupName string, domainServiceName string) (result DomainServicesDeleteFuture, err error) + func (client DomainServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, domainServiceName string) (*http.Request, error) + func (client DomainServicesClient) DeleteResponder(resp *http.Response) (result DomainService, err error) + func (client DomainServicesClient) DeleteSender(req *http.Request) (future DomainServicesDeleteFuture, err error) + func (client DomainServicesClient) Get(ctx context.Context, resourceGroupName string, domainServiceName string) (result DomainService, err error) + func (client DomainServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, domainServiceName string) (*http.Request, error) + func (client DomainServicesClient) GetResponder(resp *http.Response) (result DomainService, err error) + func (client DomainServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DomainServicesClient) List(ctx context.Context) (result DomainServiceListResultPage, err error) + func (client DomainServicesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DomainServiceListResultPage, err error) + func (client DomainServicesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DomainServiceListResultIterator, err error) + func (client DomainServicesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client DomainServicesClient) ListByResourceGroupResponder(resp *http.Response) (result DomainServiceListResult, err error) + func (client DomainServicesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DomainServicesClient) ListComplete(ctx context.Context) (result DomainServiceListResultIterator, err error) + func (client DomainServicesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DomainServicesClient) ListResponder(resp *http.Response) (result DomainServiceListResult, err error) + func (client DomainServicesClient) ListSender(req *http.Request) (*http.Response, error) + func (client DomainServicesClient) Update(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result DomainServicesUpdateFuture, err error) + func (client DomainServicesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client DomainServicesClient) UpdateResponder(resp *http.Response) (result DomainService, err error) + func (client DomainServicesClient) UpdateSender(req *http.Request) (future DomainServicesUpdateFuture, err error) + type DomainServicesCreateOrUpdateFuture struct + func (future *DomainServicesCreateOrUpdateFuture) Result(client DomainServicesClient) (ds DomainService, err error) + type DomainServicesDeleteFuture struct + func (future *DomainServicesDeleteFuture) Result(client DomainServicesClient) (ds DomainService, err error) + type DomainServicesUpdateFuture struct + func (future *DomainServicesUpdateFuture) Result(client DomainServicesClient) (ds DomainService, err error) + type ExternalAccess string + const Disabled + const Enabled + func PossibleExternalAccessValues() []ExternalAccess + type FilteredSync string + const FilteredSyncDisabled + const FilteredSyncEnabled + func PossibleFilteredSyncValues() []FilteredSync + type HealthAlert struct + ID *string + Issue *string + LastDetected *date.Time + Name *string + Raised *date.Time + ResolutionURI *string + Severity *string + type HealthMonitor struct + Details *string + ID *string + Name *string + type Ldaps string + const LdapsDisabled + const LdapsEnabled + func PossibleLdapsValues() []Ldaps + type LdapsSettings struct + CertificateNotAfter *date.Time + CertificateThumbprint *string + ExternalAccess ExternalAccess + ExternalAccessIPAddress *string + Ldaps Ldaps + PfxCertificate *string + PfxCertificatePassword *string + PublicCertificate *string + type NotificationSettings struct + AdditionalRecipients *[]string + NotifyDcAdmins NotifyDcAdmins + NotifyGlobalAdmins NotifyGlobalAdmins + type NotifyDcAdmins string + const NotifyDcAdminsDisabled + const NotifyDcAdminsEnabled + func PossibleNotifyDcAdminsValues() []NotifyDcAdmins + type NotifyGlobalAdmins string + const NotifyGlobalAdminsDisabled + const NotifyGlobalAdminsEnabled + func PossibleNotifyGlobalAdminsValues() []NotifyGlobalAdmins + type NtlmV1 string + const NtlmV1Disabled + const NtlmV1Enabled + func PossibleNtlmV1Values() []NtlmV1 + type OperationDisplayInfo struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationEntity struct + Display *OperationDisplayInfo + Name *string + Origin *string + type OperationEntityListResult struct + NextLink *string + Value *[]OperationEntity + func (oelr OperationEntityListResult) IsEmpty() bool + type OperationEntityListResultIterator struct + func NewOperationEntityListResultIterator(page OperationEntityListResultPage) OperationEntityListResultIterator + func (iter *OperationEntityListResultIterator) Next() error + func (iter *OperationEntityListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationEntityListResultIterator) NotDone() bool + func (iter OperationEntityListResultIterator) Response() OperationEntityListResult + func (iter OperationEntityListResultIterator) Value() OperationEntity + type OperationEntityListResultPage struct + func NewOperationEntityListResultPage(...) OperationEntityListResultPage + func (page *OperationEntityListResultPage) Next() error + func (page *OperationEntityListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationEntityListResultPage) NotDone() bool + func (page OperationEntityListResultPage) Response() OperationEntityListResult + func (page OperationEntityListResultPage) Values() []OperationEntity + type Resource struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type SyncNtlmPasswords string + const SyncNtlmPasswordsDisabled + const SyncNtlmPasswordsEnabled + func PossibleSyncNtlmPasswordsValues() []SyncNtlmPasswords + type TLSV1 string + const TLSV1Disabled + const TLSV1Enabled + func PossibleTLSV1Values() []TLSV1 Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48