ScalingPlanPooledSchedules interface
Interface représentant un ScalePlanPooledSchedules.
Méthodes
create(string, string, string, Scaling |
Créez ou mettez à jour un ScalePlanPooledSchedule. |
delete(string, string, string, Scaling |
Supprimez un ScalePlanPooledSchedule. |
get(string, string, string, Scaling |
Obtenir un ScalePlanPooledSchedule. |
list(string, string, Scaling |
Répertorier ScalePlanPooledSchedules. |
update(string, string, string, Scaling |
Mettez à jour un ScalePlanPooledSchedule. |
Détails de la méthode
create(string, string, string, ScalingPlanPooledSchedule, ScalingPlanPooledSchedulesCreateOptionalParams)
Créez ou mettez à jour un ScalePlanPooledSchedule.
function create(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, scalingPlanSchedule: ScalingPlanPooledSchedule, options?: ScalingPlanPooledSchedulesCreateOptionalParams): Promise<ScalingPlanPooledSchedule>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- scalingPlanName
-
string
Nom du plan de mise à l’échelle.
- scalingPlanScheduleName
-
string
Nom de ScalePlanSchedule
- scalingPlanSchedule
- ScalingPlanPooledSchedule
Objet contenant des définitions ScalePlanPooledSchedule.
Paramètres d’options.
Retours
Promise<ScalingPlanPooledSchedule>
delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)
Supprimez un ScalePlanPooledSchedule.
function delete(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- scalingPlanName
-
string
Nom du plan de mise à l’échelle.
- scalingPlanScheduleName
-
string
Nom de ScalePlanSchedule
Paramètres d’options.
Retours
Promise<void>
get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)
Obtenir un ScalePlanPooledSchedule.
function get(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesGetOptionalParams): Promise<ScalingPlanPooledSchedule>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- scalingPlanName
-
string
Nom du plan de mise à l’échelle.
- scalingPlanScheduleName
-
string
Nom de ScalePlanSchedule
Paramètres d’options.
Retours
Promise<ScalingPlanPooledSchedule>
list(string, string, ScalingPlanPooledSchedulesListOptionalParams)
Répertorier ScalePlanPooledSchedules.
function list(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlanPooledSchedulesListOptionalParams): PagedAsyncIterableIterator<ScalingPlanPooledSchedule, ScalingPlanPooledSchedule[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- scalingPlanName
-
string
Nom du plan de mise à l’échelle.
Paramètres d’options.
Retours
update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)
Mettez à jour un ScalePlanPooledSchedule.
function update(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesUpdateOptionalParams): Promise<ScalingPlanPooledSchedule>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- scalingPlanName
-
string
Nom du plan de mise à l’échelle.
- scalingPlanScheduleName
-
string
Nom de ScalePlanSchedule
Paramètres d’options.
Retours
Promise<ScalingPlanPooledSchedule>