Udostępnij przez


ScalingPlanPooledSchedules interface

Interfejs reprezentujący scalingPlanPooledSchedules.

Metody

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

Utwórz lub zaktualizuj moduł ScalingPlanPooledSchedule.

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Usuń moduł ScalingPlanPooledSchedule.

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Pobierz moduł ScalingPlanPooledSchedule.

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Wyświetl listę scalingPlanPooledSchedules.

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Zaktualizuj moduł ScalingPlanPooledSchedule.

Szczegóły metody

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

Utwórz lub zaktualizuj moduł ScalingPlanPooledSchedule.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

scalingPlanName

string

Nazwa planu skalowania.

scalingPlanScheduleName

string

Nazwa modułu ScalingPlanSchedule

scalingPlanSchedule
ScalingPlanPooledSchedule

Obiekt zawierający definicje ScalingPlanPooledSchedule.

Zwraca

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Usuń moduł ScalingPlanPooledSchedule.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

scalingPlanName

string

Nazwa planu skalowania.

scalingPlanScheduleName

string

Nazwa modułu ScalingPlanSchedule

Zwraca

Promise<void>

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Pobierz moduł ScalingPlanPooledSchedule.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

scalingPlanName

string

Nazwa planu skalowania.

scalingPlanScheduleName

string

Nazwa modułu ScalingPlanSchedule

Zwraca

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Wyświetl listę scalingPlanPooledSchedules.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

scalingPlanName

string

Nazwa planu skalowania.

Zwraca

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Zaktualizuj moduł ScalingPlanPooledSchedule.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów. Nazwa jest niewrażliwa na wielkość liter.

scalingPlanName

string

Nazwa planu skalowania.

scalingPlanScheduleName

string

Nazwa modułu ScalingPlanSchedule

Zwraca