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>