Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type DomainSecuritySettings
- type DomainService
- type DomainServiceListResult
- type DomainServiceListResultIterator
- type DomainServiceListResultPage
- type DomainServiceOperationsClient
- type DomainServiceProperties
- type DomainServicesClient
- type DomainServicesCreateOrUpdateFuture
- type DomainServicesDeleteFuture
- type DomainServicesUpdateFuture
- type ExternalAccess
- type FilteredSync
- type HealthAlert
- type HealthMonitor
- type Ldaps
- type LdapsSettings
- type NotificationSettings
- type NotifyDcAdmins
- type NotifyGlobalAdmins
- type NtlmV1
- type OperationDisplayInfo
- type OperationEntity
- type OperationEntityListResult
- type OperationEntityListResultIterator
- type OperationEntityListResultPage
- type Resource
- type SyncNtlmPasswords
- type TLSV1
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type DomainSecuritySettings ¶
type DomainSecuritySettings = original.DomainSecuritySettings
type DomainService ¶
type DomainService = original.DomainService
type DomainServiceListResult ¶
type DomainServiceListResult = original.DomainServiceListResult
type DomainServiceListResultIterator ¶
type DomainServiceListResultIterator = original.DomainServiceListResultIterator
func NewDomainServiceListResultIterator ¶
func NewDomainServiceListResultIterator(page DomainServiceListResultPage) DomainServiceListResultIterator
type DomainServiceListResultPage ¶
type DomainServiceListResultPage = original.DomainServiceListResultPage
func NewDomainServiceListResultPage ¶
func NewDomainServiceListResultPage(getNextPage func(context.Context, DomainServiceListResult) (DomainServiceListResult, error)) DomainServiceListResultPage
type DomainServiceOperationsClient ¶
type DomainServiceOperationsClient = original.DomainServiceOperationsClient
func NewDomainServiceOperationsClient ¶
func NewDomainServiceOperationsClient(subscriptionID string) DomainServiceOperationsClient
func NewDomainServiceOperationsClientWithBaseURI ¶
func NewDomainServiceOperationsClientWithBaseURI(baseURI string, subscriptionID string) DomainServiceOperationsClient
type DomainServiceProperties ¶
type DomainServiceProperties = original.DomainServiceProperties
type DomainServicesClient ¶
type DomainServicesClient = original.DomainServicesClient
func NewDomainServicesClient ¶
func NewDomainServicesClient(subscriptionID string) DomainServicesClient
func NewDomainServicesClientWithBaseURI ¶
func NewDomainServicesClientWithBaseURI(baseURI string, subscriptionID string) DomainServicesClient
type DomainServicesCreateOrUpdateFuture ¶
type DomainServicesCreateOrUpdateFuture = original.DomainServicesCreateOrUpdateFuture
type DomainServicesDeleteFuture ¶
type DomainServicesDeleteFuture = original.DomainServicesDeleteFuture
type DomainServicesUpdateFuture ¶
type DomainServicesUpdateFuture = original.DomainServicesUpdateFuture
type ExternalAccess ¶
type ExternalAccess = original.ExternalAccess
const ( Disabled ExternalAccess = original.Disabled Enabled ExternalAccess = original.Enabled )
func PossibleExternalAccessValues ¶
func PossibleExternalAccessValues() []ExternalAccess
type FilteredSync ¶
type FilteredSync = original.FilteredSync
const ( FilteredSyncDisabled FilteredSync = original.FilteredSyncDisabled FilteredSyncEnabled FilteredSync = original.FilteredSyncEnabled )
func PossibleFilteredSyncValues ¶
func PossibleFilteredSyncValues() []FilteredSync
type HealthAlert ¶
type HealthAlert = original.HealthAlert
type HealthMonitor ¶
type HealthMonitor = original.HealthMonitor
type Ldaps ¶
const ( LdapsDisabled Ldaps = original.LdapsDisabled LdapsEnabled Ldaps = original.LdapsEnabled )
func PossibleLdapsValues ¶
func PossibleLdapsValues() []Ldaps
type LdapsSettings ¶
type LdapsSettings = original.LdapsSettings
type NotificationSettings ¶
type NotificationSettings = original.NotificationSettings
type NotifyDcAdmins ¶
type NotifyDcAdmins = original.NotifyDcAdmins
const ( NotifyDcAdminsDisabled NotifyDcAdmins = original.NotifyDcAdminsDisabled NotifyDcAdminsEnabled NotifyDcAdmins = original.NotifyDcAdminsEnabled )
func PossibleNotifyDcAdminsValues ¶
func PossibleNotifyDcAdminsValues() []NotifyDcAdmins
type NotifyGlobalAdmins ¶
type NotifyGlobalAdmins = original.NotifyGlobalAdmins
const ( NotifyGlobalAdminsDisabled NotifyGlobalAdmins = original.NotifyGlobalAdminsDisabled NotifyGlobalAdminsEnabled NotifyGlobalAdmins = original.NotifyGlobalAdminsEnabled )
func PossibleNotifyGlobalAdminsValues ¶
func PossibleNotifyGlobalAdminsValues() []NotifyGlobalAdmins
type NtlmV1 ¶
const ( NtlmV1Disabled NtlmV1 = original.NtlmV1Disabled NtlmV1Enabled NtlmV1 = original.NtlmV1Enabled )
func PossibleNtlmV1Values ¶
func PossibleNtlmV1Values() []NtlmV1
type OperationDisplayInfo ¶
type OperationDisplayInfo = original.OperationDisplayInfo
type OperationEntity ¶
type OperationEntity = original.OperationEntity
type OperationEntityListResult ¶
type OperationEntityListResult = original.OperationEntityListResult
type OperationEntityListResultIterator ¶
type OperationEntityListResultIterator = original.OperationEntityListResultIterator
func NewOperationEntityListResultIterator ¶
func NewOperationEntityListResultIterator(page OperationEntityListResultPage) OperationEntityListResultIterator
type OperationEntityListResultPage ¶
type OperationEntityListResultPage = original.OperationEntityListResultPage
func NewOperationEntityListResultPage ¶
func NewOperationEntityListResultPage(getNextPage func(context.Context, OperationEntityListResult) (OperationEntityListResult, error)) OperationEntityListResultPage
type SyncNtlmPasswords ¶
type SyncNtlmPasswords = original.SyncNtlmPasswords
const ( SyncNtlmPasswordsDisabled SyncNtlmPasswords = original.SyncNtlmPasswordsDisabled SyncNtlmPasswordsEnabled SyncNtlmPasswords = original.SyncNtlmPasswordsEnabled )
func PossibleSyncNtlmPasswordsValues ¶
func PossibleSyncNtlmPasswordsValues() []SyncNtlmPasswords
type TLSV1 ¶
const ( TLSV1Disabled TLSV1 = original.TLSV1Disabled TLSV1Enabled TLSV1 = original.TLSV1Enabled )
func PossibleTLSV1Values ¶
func PossibleTLSV1Values() []TLSV1
Click to show internal directories.
Click to hide internal directories.