Delen via


ScalingPlans interface

Interface die een ScalingPlans vertegenwoordigt.

Methoden

create(string, string, ScalingPlan, ScalingPlansCreateOptionalParams)

Een schaalplan maken of bijwerken.

delete(string, string, ScalingPlansDeleteOptionalParams)

Een schaalplan verwijderen.

get(string, string, ScalingPlansGetOptionalParams)

Haal een schaalplan op.

listByHostPool(string, string, ScalingPlansListByHostPoolOptionalParams)

Een lijst met schaalschema's die zijn gekoppeld aan hostpool.

listByResourceGroup(string, ScalingPlansListByResourceGroupOptionalParams)

Maak een lijst met schaalplannen.

listBySubscription(ScalingPlansListBySubscriptionOptionalParams)

Maak een lijst met schaalplannen in een abonnement.

update(string, string, ScalingPlansUpdateOptionalParams)

Een schaalplan bijwerken.

Methodedetails

create(string, string, ScalingPlan, ScalingPlansCreateOptionalParams)

Een schaalplan maken of bijwerken.

function create(resourceGroupName: string, scalingPlanName: string, scalingPlan: ScalingPlan, options?: ScalingPlansCreateOptionalParams): Promise<ScalingPlan>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

scalingPlanName

string

De naam van het schaalplan.

scalingPlan
ScalingPlan

Object met schaalplandefinities.

options
ScalingPlansCreateOptionalParams

De optiesparameters.

Retouren

Promise<ScalingPlan>

delete(string, string, ScalingPlansDeleteOptionalParams)

Een schaalplan verwijderen.

function delete(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlansDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

scalingPlanName

string

De naam van het schaalplan.

options
ScalingPlansDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, ScalingPlansGetOptionalParams)

Haal een schaalplan op.

function get(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlansGetOptionalParams): Promise<ScalingPlan>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

scalingPlanName

string

De naam van het schaalplan.

options
ScalingPlansGetOptionalParams

De optiesparameters.

Retouren

Promise<ScalingPlan>

listByHostPool(string, string, ScalingPlansListByHostPoolOptionalParams)

Een lijst met schaalschema's die zijn gekoppeld aan hostpool.

function listByHostPool(resourceGroupName: string, hostPoolName: string, options?: ScalingPlansListByHostPoolOptionalParams): PagedAsyncIterableIterator<ScalingPlan, ScalingPlan[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

hostPoolName

string

De naam van de hostgroep binnen de opgegeven resourcegroep

options
ScalingPlansListByHostPoolOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, ScalingPlansListByResourceGroupOptionalParams)

Maak een lijst met schaalplannen.

function listByResourceGroup(resourceGroupName: string, options?: ScalingPlansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ScalingPlan, ScalingPlan[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

options
ScalingPlansListByResourceGroupOptionalParams

De optiesparameters.

Retouren

listBySubscription(ScalingPlansListBySubscriptionOptionalParams)

Maak een lijst met schaalplannen in een abonnement.

function listBySubscription(options?: ScalingPlansListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ScalingPlan, ScalingPlan[], PageSettings>

Parameters

options
ScalingPlansListBySubscriptionOptionalParams

De optiesparameters.

Retouren

update(string, string, ScalingPlansUpdateOptionalParams)

Een schaalplan bijwerken.

function update(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlansUpdateOptionalParams): Promise<ScalingPlan>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

scalingPlanName

string

De naam van het schaalplan.

options
ScalingPlansUpdateOptionalParams

De optiesparameters.

Retouren

Promise<ScalingPlan>