Поделиться через


ScalingPlanPooledSchedules interface

Интерфейс, представляющий ScalingPlanPooledSchedules.

Методы

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

Создайте или обновите ScalingPlanPooledSchedule.

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Удалите ScalingPlanPooledSchedule.

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Получите ScalingPlanPooledSchedule.

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Список ScalingPlanPooledSchedules.

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Обновите ScalingPlanPooledSchedule.

Сведения о методе

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

Создайте или обновите ScalingPlanPooledSchedule.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

scalingPlanName

string

Имя плана масштабирования.

scalingPlanScheduleName

string

Имя ScalingPlanSchedule

scalingPlanSchedule
ScalingPlanPooledSchedule

Объект, содержащий определения ScalingPlanPooledSchedule.

options
ScalingPlanPooledSchedulesCreateOptionalParams

Параметры параметров.

Возвращаемое значение

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Удалите ScalingPlanPooledSchedule.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

scalingPlanName

string

Имя плана масштабирования.

scalingPlanScheduleName

string

Имя ScalingPlanSchedule

options
ScalingPlanPooledSchedulesDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Получите ScalingPlanPooledSchedule.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

scalingPlanName

string

Имя плана масштабирования.

scalingPlanScheduleName

string

Имя ScalingPlanSchedule

options
ScalingPlanPooledSchedulesGetOptionalParams

Параметры параметров.

Возвращаемое значение

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Список ScalingPlanPooledSchedules.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

scalingPlanName

string

Имя плана масштабирования.

options
ScalingPlanPooledSchedulesListOptionalParams

Параметры параметров.

Возвращаемое значение

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Обновите ScalingPlanPooledSchedule.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не учитывает регистр.

scalingPlanName

string

Имя плана масштабирования.

scalingPlanScheduleName

string

Имя ScalingPlanSchedule

options
ScalingPlanPooledSchedulesUpdateOptionalParams

Параметры параметров.

Возвращаемое значение