Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 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 CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Details *[]CloudErrorBody + Message *string + Target *string + type ContainerAccount struct + AccountName *string + Password *string + Spn *string + type DomainSecuritySettings struct + NtlmV1 NtlmV1 + SyncKerberosPasswords SyncKerberosPasswords + SyncNtlmPasswords SyncNtlmPasswords + SyncOnPremPasswords SyncOnPremPasswords + 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 + func (dslr DomainServiceListResult) MarshalJSON() ([]byte, error) + 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(cur DomainServiceListResult, ...) 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 + DeploymentID *string + DomainConfigurationType *string + DomainName *string + DomainSecuritySettings *DomainSecuritySettings + FilteredSync FilteredSync + LdapsSettings *LdapsSettings + NotificationSettings *NotificationSettings + ProvisioningState *string + ReplicaSets *[]ReplicaSet + ResourceForestSettings *ResourceForestSettings + Sku *string + SyncOwner *string + TenantID *string + Version *int32 + func (dsp DomainServiceProperties) MarshalJSON() ([]byte, error) + 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 autorest.Response, 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 + Result func(DomainServicesClient) (DomainService, error) + type DomainServicesDeleteFuture struct + Result func(DomainServicesClient) (autorest.Response, error) + type DomainServicesUpdateFuture struct + Result func(DomainServicesClient) (DomainService, error) + type ExternalAccess string + const Disabled + const Enabled + func PossibleExternalAccessValues() []ExternalAccess + type FilteredSync string + const FilteredSyncDisabled + const FilteredSyncEnabled + func PossibleFilteredSyncValues() []FilteredSync + type ForestTrust struct + FriendlyName *string + RemoteDNSIps *string + TrustDirection *string + TrustPassword *string + TrustedDomainFqdn *string + 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 + Ldaps Ldaps + PfxCertificate *string + PfxCertificatePassword *string + PublicCertificate *string + func (ls LdapsSettings) MarshalJSON() ([]byte, error) + 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 + func (oelr OperationEntityListResult) MarshalJSON() ([]byte, error) + 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(cur OperationEntityListResult, ...) 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 OuContainer struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (oc *OuContainer) UnmarshalJSON(body []byte) error + func (oc OuContainer) MarshalJSON() ([]byte, error) + type OuContainerClient struct + func NewOuContainerClient(subscriptionID string) OuContainerClient + func NewOuContainerClientWithBaseURI(baseURI string, subscriptionID string) OuContainerClient + func (client OuContainerClient) Create(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result OuContainerCreateFuture, err error) + func (client OuContainerClient) CreatePreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client OuContainerClient) CreateResponder(resp *http.Response) (result OuContainer, err error) + func (client OuContainerClient) CreateSender(req *http.Request) (future OuContainerCreateFuture, err error) + func (client OuContainerClient) Delete(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result OuContainerDeleteFuture, err error) + func (client OuContainerClient) DeletePreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client OuContainerClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client OuContainerClient) DeleteSender(req *http.Request) (future OuContainerDeleteFuture, err error) + func (client OuContainerClient) Get(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result OuContainer, err error) + func (client OuContainerClient) GetPreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client OuContainerClient) GetResponder(resp *http.Response) (result OuContainer, err error) + func (client OuContainerClient) GetSender(req *http.Request) (*http.Response, error) + func (client OuContainerClient) List(ctx context.Context, resourceGroupName string, domainServiceName string) (result OuContainerListResultPage, err error) + func (client OuContainerClient) ListComplete(ctx context.Context, resourceGroupName string, domainServiceName string) (result OuContainerListResultIterator, err error) + func (client OuContainerClient) ListPreparer(ctx context.Context, resourceGroupName string, domainServiceName string) (*http.Request, error) + func (client OuContainerClient) ListResponder(resp *http.Response) (result OuContainerListResult, err error) + func (client OuContainerClient) ListSender(req *http.Request) (*http.Response, error) + func (client OuContainerClient) Update(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (result OuContainerUpdateFuture, err error) + func (client OuContainerClient) UpdatePreparer(ctx context.Context, resourceGroupName string, domainServiceName string, ...) (*http.Request, error) + func (client OuContainerClient) UpdateResponder(resp *http.Response) (result OuContainer, err error) + func (client OuContainerClient) UpdateSender(req *http.Request) (future OuContainerUpdateFuture, err error) + type OuContainerCreateFuture struct + Result func(OuContainerClient) (OuContainer, error) + type OuContainerDeleteFuture struct + Result func(OuContainerClient) (autorest.Response, error) + type OuContainerListResult struct + NextLink *string + Value *[]OuContainer + func (oclr OuContainerListResult) IsEmpty() bool + func (oclr OuContainerListResult) MarshalJSON() ([]byte, error) + type OuContainerListResultIterator struct + func NewOuContainerListResultIterator(page OuContainerListResultPage) OuContainerListResultIterator + func (iter *OuContainerListResultIterator) Next() error + func (iter *OuContainerListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OuContainerListResultIterator) NotDone() bool + func (iter OuContainerListResultIterator) Response() OuContainerListResult + func (iter OuContainerListResultIterator) Value() OuContainer + type OuContainerListResultPage struct + func NewOuContainerListResultPage(cur OuContainerListResult, ...) OuContainerListResultPage + func (page *OuContainerListResultPage) Next() error + func (page *OuContainerListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OuContainerListResultPage) NotDone() bool + func (page OuContainerListResultPage) Response() OuContainerListResult + func (page OuContainerListResultPage) Values() []OuContainer + type OuContainerOperationsClient struct + func NewOuContainerOperationsClient(subscriptionID string) OuContainerOperationsClient + func NewOuContainerOperationsClientWithBaseURI(baseURI string, subscriptionID string) OuContainerOperationsClient + func (client OuContainerOperationsClient) List(ctx context.Context) (result OperationEntityListResultPage, err error) + func (client OuContainerOperationsClient) ListComplete(ctx context.Context) (result OperationEntityListResultIterator, err error) + func (client OuContainerOperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OuContainerOperationsClient) ListResponder(resp *http.Response) (result OperationEntityListResult, err error) + func (client OuContainerOperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OuContainerProperties struct + Accounts *[]ContainerAccount + ContainerID *string + DeploymentID *string + DistinguishedName *string + DomainName *string + ProvisioningState *string + ServiceStatus *string + TenantID *string + func (ocp OuContainerProperties) MarshalJSON() ([]byte, error) + type OuContainerUpdateFuture struct + Result func(OuContainerClient) (OuContainer, error) + type ReplicaSet struct + DomainControllerIPAddress *[]string + ExternalAccessIPAddress *string + HealthAlerts *[]HealthAlert + HealthLastEvaluated *date.TimeRFC1123 + HealthMonitors *[]HealthMonitor + Location *string + ReplicaSetID *string + ServiceStatus *string + SubnetID *string + VnetSiteID *string + func (rs ReplicaSet) MarshalJSON() ([]byte, 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 ResourceForestSettings struct + ResourceForest *string + Settings *[]ForestTrust + type SyncKerberosPasswords string + const SyncKerberosPasswordsDisabled + const SyncKerberosPasswordsEnabled + func PossibleSyncKerberosPasswordsValues() []SyncKerberosPasswords + type SyncNtlmPasswords string + const SyncNtlmPasswordsDisabled + const SyncNtlmPasswordsEnabled + func PossibleSyncNtlmPasswordsValues() []SyncNtlmPasswords + type SyncOnPremPasswords string + const SyncOnPremPasswordsDisabled + const SyncOnPremPasswordsEnabled + func PossibleSyncOnPremPasswordsValues() []SyncOnPremPasswords + type TLSV1 string + const TLSV1Disabled + const TLSV1Enabled + func PossibleTLSV1Values() []TLSV1 Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go