ScalingPlanPooledSchedules interface
Интерфейс, представляющий ScalingPlanPooledSchedules.
Методы
| create(string, string, string, Scaling |
Создайте или обновите ScalingPlanPooledSchedule. |
| delete(string, string, string, Scaling |
Удалите ScalingPlanPooledSchedule. |
| get(string, string, string, Scaling |
Получите ScalingPlanPooledSchedule. |
| list(string, string, Scaling |
Список ScalingPlanPooledSchedules. |
| update(string, string, string, Scaling |
Обновите 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.
Параметры параметров.
Возвращаемое значение
Promise<ScalingPlanPooledSchedule>
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
Параметры параметров.
Возвращаемое значение
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
Параметры параметров.
Возвращаемое значение
Promise<ScalingPlanPooledSchedule>
list(string, string, ScalingPlanPooledSchedulesListOptionalParams)
Список ScalingPlanPooledSchedules.
function list(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlanPooledSchedulesListOptionalParams): PagedAsyncIterableIterator<ScalingPlanPooledSchedule, ScalingPlanPooledSchedule[], PageSettings>
Параметры
- resourceGroupName
-
string
Имя группы ресурсов. Имя не учитывает регистр.
- scalingPlanName
-
string
Имя плана масштабирования.
Параметры параметров.
Возвращаемое значение
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
Параметры параметров.
Возвращаемое значение
Promise<ScalingPlanPooledSchedule>