Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupClientAPI ¶
type GroupClientAPI interface { Get(ctx context.Context, subscriptionID string) (result subscriptions.Subscription, err error) List(ctx context.Context) (result subscriptions.ListResultPage, err error) ListLocations(ctx context.Context, subscriptionID string) (result subscriptions.LocationListResult, err error) }
GroupClientAPI contains the set of methods on the GroupClient type.
type OperationsGroupClientAPI ¶
type OperationsGroupClientAPI interface {
List(ctx context.Context) (result subscriptions.OperationListResultPage, err error)
}
OperationsGroupClientAPI contains the set of methods on the OperationsGroupClient type.
type TenantsGroupClientAPI ¶
type TenantsGroupClientAPI interface {
List(ctx context.Context) (result subscriptions.TenantListResultPage, err error)
}
TenantsGroupClientAPI contains the set of methods on the TenantsGroupClient type.
Click to show internal directories.
Click to hide internal directories.