ScalingPlanPooledSchedules interface
Interface voor een ScalingPlanPooledSchedules.
Methoden
create(string, string, string, Scaling |
Een ScalingPlanPooledSchedSchedule maken of bijwerken. |
delete(string, string, string, Scaling |
Verwijder een ScalingPlanPooledSchedule. |
get(string, string, string, Scaling |
Haal een ScalingPlanPooledSchedule op. |
list(string, string, Scaling |
List ScalingPlanPooledSchedules. |
update(string, string, string, Scaling |
Werk een ScalingPlanPooledSchedule bij. |
Methodedetails
create(string, string, string, ScalingPlanPooledSchedule, ScalingPlanPooledSchedulesCreateOptionalParams)
Een ScalingPlanPooledSchedSchedule maken of bijwerken.
function create(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, scalingPlanSchedule: ScalingPlanPooledSchedule, options?: ScalingPlanPooledSchedulesCreateOptionalParams): Promise<ScalingPlanPooledSchedule>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- scalingPlanName
-
string
De naam van het schaalplan.
- scalingPlanScheduleName
-
string
De naam van de ScalingPlanSchedule
- scalingPlanSchedule
- ScalingPlanPooledSchedule
Object met ScalingPlanPooledSchedSchedule-definities.
De optiesparameters.
Retouren
Promise<ScalingPlanPooledSchedule>
delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)
Verwijder een ScalingPlanPooledSchedule.
function delete(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- scalingPlanName
-
string
De naam van het schaalplan.
- scalingPlanScheduleName
-
string
De naam van de ScalingPlanSchedule
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)
Haal een ScalingPlanPooledSchedule op.
function get(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesGetOptionalParams): Promise<ScalingPlanPooledSchedule>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- scalingPlanName
-
string
De naam van het schaalplan.
- scalingPlanScheduleName
-
string
De naam van de ScalingPlanSchedule
De optiesparameters.
Retouren
Promise<ScalingPlanPooledSchedule>
list(string, string, ScalingPlanPooledSchedulesListOptionalParams)
List ScalingPlanPooledSchedules.
function list(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlanPooledSchedulesListOptionalParams): PagedAsyncIterableIterator<ScalingPlanPooledSchedule, ScalingPlanPooledSchedule[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- scalingPlanName
-
string
De naam van het schaalplan.
De optiesparameters.
Retouren
update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)
Werk een ScalingPlanPooledSchedule bij.
function update(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesUpdateOptionalParams): Promise<ScalingPlanPooledSchedule>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- scalingPlanName
-
string
De naam van het schaalplan.
- scalingPlanScheduleName
-
string
De naam van de ScalingPlanSchedule
De optiesparameters.
Retouren
Promise<ScalingPlanPooledSchedule>