你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScalingPlanPooledSchedules interface

Interface representing a ScalingPlanPooledSchedules.

Methods

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

Create or update a ScalingPlanPooledSchedule.

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Remove a ScalingPlanPooledSchedule.

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Get a ScalingPlanPooledSchedule.

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

List ScalingPlanPooledSchedules.

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Update a ScalingPlanPooledSchedule.

Method Details

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

Create or update a ScalingPlanPooledSchedule.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

scalingPlanName

string

The name of the scaling plan.

scalingPlanScheduleName

string

The name of the ScalingPlanSchedule

scalingPlanSchedule
ScalingPlanPooledSchedule

Object containing ScalingPlanPooledSchedule definitions.

options
ScalingPlanPooledSchedulesCreateOptionalParams

The options parameters.

Returns

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Remove a ScalingPlanPooledSchedule.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

scalingPlanName

string

The name of the scaling plan.

scalingPlanScheduleName

string

The name of the ScalingPlanSchedule

options
ScalingPlanPooledSchedulesDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Get a ScalingPlanPooledSchedule.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

scalingPlanName

string

The name of the scaling plan.

scalingPlanScheduleName

string

The name of the ScalingPlanSchedule

options
ScalingPlanPooledSchedulesGetOptionalParams

The options parameters.

Returns

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

List ScalingPlanPooledSchedules.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

scalingPlanName

string

The name of the scaling plan.

options
ScalingPlanPooledSchedulesListOptionalParams

The options parameters.

Returns

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Update a ScalingPlanPooledSchedule.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

scalingPlanName

string

The name of the scaling plan.

scalingPlanScheduleName

string

The name of the ScalingPlanSchedule

options
ScalingPlanPooledSchedulesUpdateOptionalParams

The options parameters.

Returns