Sdílet prostřednictvím


ScalingPlanPooledSchedules interface

Rozhraní představující ScalingPlanPooledSchedules.

Metody

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

Vytvořte nebo aktualizujte plán ScalingPlanPooledSchedule.

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Odeberte plán ScalingPlanPooledSchedule.

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Získejte plán ScalingPlanPooledSchedule.

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Vypsat ScalingPlanPooledSchedules.

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Aktualizace plánu ScalingPlanPooledSchedule

Podrobnosti metody

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

Vytvořte nebo aktualizujte plán ScalingPlanPooledSchedule.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

scalingPlanName

string

Název plánu škálování

scalingPlanScheduleName

string

Název ScalingPlanSchedule

scalingPlanSchedule
ScalingPlanPooledSchedule

Objekt obsahující definice ScalingPlanPooledSchedule.

options
ScalingPlanPooledSchedulesCreateOptionalParams

Parametry možností.

Návraty

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Odeberte plán ScalingPlanPooledSchedule.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

scalingPlanName

string

Název plánu škálování

scalingPlanScheduleName

string

Název ScalingPlanSchedule

options
ScalingPlanPooledSchedulesDeleteOptionalParams

Parametry možností.

Návraty

Promise<void>

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Získejte plán ScalingPlanPooledSchedule.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

scalingPlanName

string

Název plánu škálování

scalingPlanScheduleName

string

Název ScalingPlanSchedule

options
ScalingPlanPooledSchedulesGetOptionalParams

Parametry možností.

Návraty

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Vypsat ScalingPlanPooledSchedules.

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

scalingPlanName

string

Název plánu škálování

options
ScalingPlanPooledSchedulesListOptionalParams

Parametry možností.

Návraty

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Aktualizace plánu ScalingPlanPooledSchedule

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

Parametry

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

scalingPlanName

string

Název plánu škálování

scalingPlanScheduleName

string

Název ScalingPlanSchedule

options
ScalingPlanPooledSchedulesUpdateOptionalParams

Parametry možností.

Návraty