Versions in this module Expand all Collapse all v30 v30.1.0 Jun 10, 2019 v30.0.0 May 28, 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 ReplicaSet struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (rs *ReplicaSet) UnmarshalJSON(body []byte) error + func (rs ReplicaSet) MarshalJSON() ([]byte, error) + type ReplicaSetListResult struct + NextLink *string + Value *[]ReplicaSet + func (rslr ReplicaSetListResult) IsEmpty() bool + type ReplicaSetListResultIterator struct + func NewReplicaSetListResultIterator(page ReplicaSetListResultPage) ReplicaSetListResultIterator + func (iter *ReplicaSetListResultIterator) Next() error + func (iter *ReplicaSetListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ReplicaSetListResultIterator) NotDone() bool + func (iter ReplicaSetListResultIterator) Response() ReplicaSetListResult + func (iter ReplicaSetListResultIterator) Value() ReplicaSet + type ReplicaSetListResultPage struct + func NewReplicaSetListResultPage(...) ReplicaSetListResultPage + func (page *ReplicaSetListResultPage) Next() error + func (page *ReplicaSetListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ReplicaSetListResultPage) NotDone() bool + func (page ReplicaSetListResultPage) Response() ReplicaSetListResult + func (page ReplicaSetListResultPage) Values() []ReplicaSet + type ReplicaSetProperties struct + DomainControllerIPAddress *[]string + ExternalAccessIPAddress *string + HealthAlerts *[]HealthAlert + HealthLastEvaluated *date.Time + HealthMonitors *[]HealthMonitor + ProvisioningState *string + ReplicaSetID *string + ServiceStatus *string + SubnetID *string + type ReplicaSetsClient struct + func NewReplicaSetsClient(subscriptionID string) ReplicaSetsClient + func NewReplicaSetsClientWithBaseURI(baseURI string, subscriptionID string) ReplicaSetsClient + func (client ReplicaSetsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result ReplicaSetsCreateOrUpdateFuture, err error) + func (client ReplicaSetsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client ReplicaSetsClient) CreateOrUpdateResponder(resp *http.Response) (result ReplicaSet, err error) + func (client ReplicaSetsClient) CreateOrUpdateSender(req *http.Request) (future ReplicaSetsCreateOrUpdateFuture, err error) + func (client ReplicaSetsClient) Delete(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result ReplicaSetsDeleteFuture, err error) + func (client ReplicaSetsClient) DeletePreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client ReplicaSetsClient) DeleteResponder(resp *http.Response) (result ReplicaSet, err error) + func (client ReplicaSetsClient) DeleteSender(req *http.Request) (future ReplicaSetsDeleteFuture, err error) + func (client ReplicaSetsClient) Get(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result ReplicaSet, err error) + func (client ReplicaSetsClient) GetPreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client ReplicaSetsClient) GetResponder(resp *http.Response) (result ReplicaSet, err error) + func (client ReplicaSetsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ReplicaSetsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, domainServiceName string) (result ReplicaSetListResultPage, err error) + func (client ReplicaSetsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, domainServiceName string) (result ReplicaSetListResultIterator, err error) + func (client ReplicaSetsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, domainServiceName string) (*http.Request, error) + func (client ReplicaSetsClient) ListByResourceGroupResponder(resp *http.Response) (result ReplicaSetListResult, err error) + func (client ReplicaSetsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ReplicaSetsClient) Update(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result ReplicaSetsUpdateFuture, err error) + func (client ReplicaSetsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client ReplicaSetsClient) UpdateResponder(resp *http.Response) (result ReplicaSet, err error) + func (client ReplicaSetsClient) UpdateSender(req *http.Request) (future ReplicaSetsUpdateFuture, err error) + type ReplicaSetsCreateOrUpdateFuture struct + func (future *ReplicaSetsCreateOrUpdateFuture) Result(client ReplicaSetsClient) (rs ReplicaSet, err error) + type ReplicaSetsDeleteFuture struct + func (future *ReplicaSetsDeleteFuture) Result(client ReplicaSetsClient) (rs ReplicaSet, err error) + type ReplicaSetsUpdateFuture struct + func (future *ReplicaSetsUpdateFuture) Result(client ReplicaSetsClient) (rs ReplicaSet, err error) + 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.v28 gopkg.in/azure/azure-sdk-for-go.v29 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.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49