ScalingPlanPooledSchedules interface

A ScalingPlanPooledSchedules-t képviselő felület.

Metódus adatai

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

ScalingPlanPooledSchedule létrehozása vagy frissítése.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve. A név nem megkülönbözteti a kis- és nagybetűket.

scalingPlanName

string

A méretezési terv neve.

scalingPlanScheduleName

string

A ScalingPlanSchedule neve

scalingPlanSchedule
ScalingPlanPooledSchedule

A ScalingPlanPooledSchedule definíciókat tartalmazó objektum.

options
ScalingPlanPooledSchedulesCreateOptionalParams

A beállítások paraméterei.

Válaszok

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Távolítsa el a ScalingPlanPooledSchedule-t.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve. A név nem megkülönbözteti a kis- és nagybetűket.

scalingPlanName

string

A méretezési terv neve.

scalingPlanScheduleName

string

A ScalingPlanSchedule neve

options
ScalingPlanPooledSchedulesDeleteOptionalParams

A beállítások paraméterei.

Válaszok

Promise<void>

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Kérje le a ScalingPlanPooledSchedule-t.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve. A név nem megkülönbözteti a kis- és nagybetűket.

scalingPlanName

string

A méretezési terv neve.

scalingPlanScheduleName

string

A ScalingPlanSchedule neve

options
ScalingPlanPooledSchedulesGetOptionalParams

A beállítások paraméterei.

Válaszok

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Listázza a ScalingPlanPooledSchedules listát.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve. A név nem megkülönbözteti a kis- és nagybetűket.

scalingPlanName

string

A méretezési terv neve.

options
ScalingPlanPooledSchedulesListOptionalParams

A beállítások paraméterei.

Válaszok

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Frissítsen egy ScalingPlanPooledSchedule-t.

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

Paraméterek

resourceGroupName

string

Az erőforráscsoport neve. A név nem megkülönbözteti a kis- és nagybetűket.

scalingPlanName

string

A méretezési terv neve.

scalingPlanScheduleName

string

A ScalingPlanSchedule neve

options
ScalingPlanPooledSchedulesUpdateOptionalParams

A beállítások paraméterei.

Válaszok