Partager via


ScalingPlanPooledSchedules interface

Interface représentant un ScalePlanPooledSchedules.

Méthodes

create(string, string, string, ScalingPlanPooledSchedule, ScalingPlanPooledSchedulesCreateOptionalParams)

Créez ou mettez à jour un ScalePlanPooledSchedule.

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Supprimez un ScalePlanPooledSchedule.

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Obtenir un ScalePlanPooledSchedule.

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Répertorier ScalePlanPooledSchedules.

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

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.

options
ScalingPlanPooledSchedulesCreateOptionalParams

Paramètres d’options.

Retours

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

options
ScalingPlanPooledSchedulesDeleteOptionalParams

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

options
ScalingPlanPooledSchedulesGetOptionalParams

Paramètres d’options.

Retours

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.

options
ScalingPlanPooledSchedulesListOptionalParams

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

options
ScalingPlanPooledSchedulesUpdateOptionalParams

Paramètres d’options.

Retours