次の方法で共有


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

オプション パラメーター。

戻り値