Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoScaleVCoresClientAPI ¶
type AutoScaleVCoresClientAPI interface { Create(ctx context.Context, resourceGroupName string, vcoreName string, vCoreParameters powerbidedicated.AutoScaleVCore) (result powerbidedicated.AutoScaleVCore, err error) Delete(ctx context.Context, resourceGroupName string, vcoreName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, vcoreName string) (result powerbidedicated.AutoScaleVCore, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result powerbidedicated.AutoScaleVCoreListResult, err error) ListBySubscription(ctx context.Context) (result powerbidedicated.AutoScaleVCoreListResult, err error) Update(ctx context.Context, resourceGroupName string, vcoreName string, vCoreUpdateParameters powerbidedicated.AutoScaleVCoreUpdateParameters) (result powerbidedicated.AutoScaleVCore, err error) }
AutoScaleVCoresClientAPI contains the set of methods on the AutoScaleVCoresClient type.
type CapacitiesClientAPI ¶
type CapacitiesClientAPI interface { CheckNameAvailability(ctx context.Context, location string, capacityParameters powerbidedicated.CheckCapacityNameAvailabilityParameters) (result powerbidedicated.CheckCapacityNameAvailabilityResult, err error) Create(ctx context.Context, resourceGroupName string, dedicatedCapacityName string, capacityParameters powerbidedicated.DedicatedCapacity) (result powerbidedicated.CapacitiesCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, dedicatedCapacityName string) (result powerbidedicated.CapacitiesDeleteFuture, err error) GetDetails(ctx context.Context, resourceGroupName string, dedicatedCapacityName string) (result powerbidedicated.DedicatedCapacity, err error) List(ctx context.Context) (result powerbidedicated.DedicatedCapacities, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result powerbidedicated.DedicatedCapacities, err error) ListSkus(ctx context.Context) (result powerbidedicated.SkuEnumerationForNewResourceResult, err error) ListSkusForCapacity(ctx context.Context, resourceGroupName string, dedicatedCapacityName string) (result powerbidedicated.SkuEnumerationForExistingResourceResult, err error) Resume(ctx context.Context, resourceGroupName string, dedicatedCapacityName string) (result powerbidedicated.CapacitiesResumeFuture, err error) Suspend(ctx context.Context, resourceGroupName string, dedicatedCapacityName string) (result powerbidedicated.CapacitiesSuspendFuture, err error) Update(ctx context.Context, resourceGroupName string, dedicatedCapacityName string, capacityUpdateParameters powerbidedicated.DedicatedCapacityUpdateParameters) (result powerbidedicated.CapacitiesUpdateFuture, err error) }
CapacitiesClientAPI contains the set of methods on the CapacitiesClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context) (result powerbidedicated.OperationListResultPage, err error) ListComplete(ctx context.Context) (result powerbidedicated.OperationListResultIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
Click to show internal directories.
Click to hide internal directories.