Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainServiceOperationsClientAPI ¶
type DomainServiceOperationsClientAPI interface { List(ctx context.Context) (result aad.OperationEntityListResultPage, err error) ListComplete(ctx context.Context) (result aad.OperationEntityListResultIterator, err error) }
DomainServiceOperationsClientAPI contains the set of methods on the DomainServiceOperationsClient type.
type DomainServicesClientAPI ¶
type DomainServicesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, domainServiceName string, domainService aad.DomainService) (result aad.DomainServicesCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, domainServiceName string) (result aad.DomainServicesDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, domainServiceName string) (result aad.DomainService, err error) List(ctx context.Context) (result aad.DomainServiceListResultPage, err error) ListComplete(ctx context.Context) (result aad.DomainServiceListResultIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result aad.DomainServiceListResultPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result aad.DomainServiceListResultIterator, err error) Update(ctx context.Context, resourceGroupName string, domainServiceName string, domainService aad.DomainService) (result aad.DomainServicesUpdateFuture, err error) }
DomainServicesClientAPI contains the set of methods on the DomainServicesClient type.
type OuContainerClientAPI ¶
type OuContainerClientAPI interface { Create(ctx context.Context, resourceGroupName string, domainServiceName string, ouContainerName string, containerAccount aad.ContainerAccount) (result aad.OuContainerCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, domainServiceName string, ouContainerName string) (result aad.OuContainerDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, domainServiceName string, ouContainerName string) (result aad.OuContainer, err error) List(ctx context.Context, resourceGroupName string, domainServiceName string) (result aad.OuContainerListResultPage, err error) ListComplete(ctx context.Context, resourceGroupName string, domainServiceName string) (result aad.OuContainerListResultIterator, err error) Update(ctx context.Context, resourceGroupName string, domainServiceName string, ouContainerName string, containerAccount aad.ContainerAccount) (result aad.OuContainerUpdateFuture, err error) }
OuContainerClientAPI contains the set of methods on the OuContainerClient type.
type OuContainerOperationsClientAPI ¶
type OuContainerOperationsClientAPI interface { List(ctx context.Context) (result aad.OperationEntityListResultPage, err error) ListComplete(ctx context.Context) (result aad.OperationEntityListResultIterator, err error) }
OuContainerOperationsClientAPI contains the set of methods on the OuContainerOperationsClient type.
Click to show internal directories.
Click to hide internal directories.