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)
}
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) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result aad.DomainServiceListResultPage, 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 ReplicaSetsClientAPI ¶
type ReplicaSetsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, domainServiceName string, replicaSetName string, replicaSet aad.ReplicaSet) (result aad.ReplicaSetsCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, domainServiceName string, replicaSetName string) (result aad.ReplicaSetsDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, domainServiceName string, replicaSetName string) (result aad.ReplicaSet, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string, domainServiceName string) (result aad.ReplicaSetListResultPage, err error) Update(ctx context.Context, resourceGroupName string, domainServiceName string, replicaSetName string, replicaSet aad.ReplicaSet) (result aad.ReplicaSetsUpdateFuture, err error) }
ReplicaSetsClientAPI contains the set of methods on the ReplicaSetsClient type.
Click to show internal directories.
Click to hide internal directories.