Delen via


ScalingPlanPersonalSchedules interface

Interface die een ScalingPlanPersonalSchedules vertegenwoordigt.

Methoden

create(string, string, string, ScalingPlanPersonalSchedule, ScalingPlanPersonalSchedulesCreateOptionalParams)

Een ScalingPlanPersonalSchedule maken of bijwerken.

delete(string, string, string, ScalingPlanPersonalSchedulesDeleteOptionalParams)

Verwijder een ScalingPlanPersonalSchedule.

get(string, string, string, ScalingPlanPersonalSchedulesGetOptionalParams)

Haal een ScalingPlanPersonalSchedule op.

list(string, string, ScalingPlanPersonalSchedulesListOptionalParams)

Maak een lijst met ScalingPlanPersonalSchedules.

update(string, string, string, ScalingPlanPersonalSchedulesUpdateOptionalParams)

Werk een ScalingPlanPersonalSchedule bij.

Methodedetails

create(string, string, string, ScalingPlanPersonalSchedule, ScalingPlanPersonalSchedulesCreateOptionalParams)

Een ScalingPlanPersonalSchedule maken of bijwerken.

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

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
ScalingPlanPersonalSchedule

Object met Definities van ScalingPlanPersonalSchedule.

Retouren

delete(string, string, string, ScalingPlanPersonalSchedulesDeleteOptionalParams)

Verwijder een ScalingPlanPersonalSchedule.

function delete(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPersonalSchedulesDeleteOptionalParams): 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

Retouren

Promise<void>

get(string, string, string, ScalingPlanPersonalSchedulesGetOptionalParams)

Haal een ScalingPlanPersonalSchedule op.

function get(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPersonalSchedulesGetOptionalParams): Promise<ScalingPlanPersonalSchedule>

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
ScalingPlanPersonalSchedulesGetOptionalParams

De optiesparameters.

Retouren

list(string, string, ScalingPlanPersonalSchedulesListOptionalParams)

Maak een lijst met ScalingPlanPersonalSchedules.

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

Parameters

resourceGroupName

string

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

scalingPlanName

string

De naam van het schaalplan.

options
ScalingPlanPersonalSchedulesListOptionalParams

De optiesparameters.

Retouren

update(string, string, string, ScalingPlanPersonalSchedulesUpdateOptionalParams)

Werk een ScalingPlanPersonalSchedule bij.

function update(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPersonalSchedulesUpdateOptionalParams): Promise<ScalingPlanPersonalSchedule>

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

Retouren