Delen via


ScalingPlanPooledSchedules interface

Interface voor een ScalingPlanPooledSchedules.

Methoden

create(string, string, string, ScalingPlanPooledSchedule, ScalingPlanPooledSchedulesCreateOptionalParams)

Een ScalingPlanPooledSchedSchedule maken of bijwerken.

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Verwijder een ScalingPlanPooledSchedule.

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Haal een ScalingPlanPooledSchedule op.

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

List ScalingPlanPooledSchedules.

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Werk een ScalingPlanPooledSchedule bij.

Methodedetails

create(string, string, string, ScalingPlanPooledSchedule, ScalingPlanPooledSchedulesCreateOptionalParams)

Een ScalingPlanPooledSchedSchedule maken of bijwerken.

function create(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, scalingPlanSchedule: ScalingPlanPooledSchedule, options?: ScalingPlanPooledSchedulesCreateOptionalParams): Promise<ScalingPlanPooledSchedule>

Parameters

resourceGroupName

string

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

scalingPlanName

string

De naam van het schaalplan.

scalingPlanScheduleName

string

De naam van de ScalingPlanSchedule

scalingPlanSchedule
ScalingPlanPooledSchedule

Object met ScalingPlanPooledSchedSchedule-definities.

options
ScalingPlanPooledSchedulesCreateOptionalParams

De optiesparameters.

Retouren

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Verwijder een ScalingPlanPooledSchedule.

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

Parameters

resourceGroupName

string

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

scalingPlanName

string

De naam van het schaalplan.

scalingPlanScheduleName

string

De naam van de ScalingPlanSchedule

options
ScalingPlanPooledSchedulesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Haal een ScalingPlanPooledSchedule op.

function get(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesGetOptionalParams): Promise<ScalingPlanPooledSchedule>

Parameters

resourceGroupName

string

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

scalingPlanName

string

De naam van het schaalplan.

scalingPlanScheduleName

string

De naam van de ScalingPlanSchedule

options
ScalingPlanPooledSchedulesGetOptionalParams

De optiesparameters.

Retouren

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

List ScalingPlanPooledSchedules.

function list(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlanPooledSchedulesListOptionalParams): PagedAsyncIterableIterator<ScalingPlanPooledSchedule, ScalingPlanPooledSchedule[], PageSettings>

Parameters

resourceGroupName

string

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

scalingPlanName

string

De naam van het schaalplan.

options
ScalingPlanPooledSchedulesListOptionalParams

De optiesparameters.

Retouren

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Werk een ScalingPlanPooledSchedule bij.

function update(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesUpdateOptionalParams): Promise<ScalingPlanPooledSchedule>

Parameters

resourceGroupName

string

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

scalingPlanName

string

De naam van het schaalplan.

scalingPlanScheduleName

string

De naam van de ScalingPlanSchedule

options
ScalingPlanPooledSchedulesUpdateOptionalParams

De optiesparameters.

Retouren