ScalingPlanPooledSchedules interface
Interface representing a ScalingPlanPooledSchedules.
Methods
create(string, string, string, Scaling |
Create or update a ScalingPlanPooledSchedule. |
delete(string, string, string, Scaling |
Remove a ScalingPlanPooledSchedule. |
get(string, string, string, Scaling |
Get a ScalingPlanPooledSchedule. |
list(string, string, Scaling |
List ScalingPlanPooledSchedules. |
update(string, string, string, Scaling |
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.
The options parameters.
Returns
Promise<ScalingPlanPooledSchedule>
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
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
The options parameters.
Returns
Promise<ScalingPlanPooledSchedule>
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.
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
The options parameters.
Returns
Promise<ScalingPlanPooledSchedule>