Condividi tramite


ScalingPlanPooledSchedules interface

Interfaccia che rappresenta un oggetto ScalingPlanPooledSchedules.

Metodi

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

Creare o aggiornare un oggetto ScalingPlanPooledSchedule.

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Rimuovere un oggetto ScalingPlanPooledSchedule.

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Ottenere un oggetto ScalingPlanPooledSchedule.

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Elenca ScalingPlanPooledSchedules.

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Aggiornare un oggetto ScalingPlanPooledSchedule.

Dettagli metodo

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

Creare o aggiornare un oggetto ScalingPlanPooledSchedule.

function create(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, scalingPlanSchedule: ScalingPlanPooledSchedule, options?: ScalingPlanPooledSchedulesCreateOptionalParams): Promise<ScalingPlanPooledSchedule>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

scalingPlanName

string

Nome del piano di ridimensionamento.

scalingPlanScheduleName

string

Nome dell'oggetto ScalingPlanSchedule

scalingPlanSchedule
ScalingPlanPooledSchedule

Oggetto contenente le definizioni ScalingPlanPooledSchedule.

options
ScalingPlanPooledSchedulesCreateOptionalParams

Parametri delle opzioni.

Restituisce

delete(string, string, string, ScalingPlanPooledSchedulesDeleteOptionalParams)

Rimuovere un oggetto ScalingPlanPooledSchedule.

function delete(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesDeleteOptionalParams): Promise<void>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

scalingPlanName

string

Nome del piano di ridimensionamento.

scalingPlanScheduleName

string

Nome dell'oggetto ScalingPlanSchedule

options
ScalingPlanPooledSchedulesDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, ScalingPlanPooledSchedulesGetOptionalParams)

Ottenere un oggetto ScalingPlanPooledSchedule.

function get(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesGetOptionalParams): Promise<ScalingPlanPooledSchedule>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

scalingPlanName

string

Nome del piano di ridimensionamento.

scalingPlanScheduleName

string

Nome dell'oggetto ScalingPlanSchedule

options
ScalingPlanPooledSchedulesGetOptionalParams

Parametri delle opzioni.

Restituisce

list(string, string, ScalingPlanPooledSchedulesListOptionalParams)

Elenca ScalingPlanPooledSchedules.

function list(resourceGroupName: string, scalingPlanName: string, options?: ScalingPlanPooledSchedulesListOptionalParams): PagedAsyncIterableIterator<ScalingPlanPooledSchedule, ScalingPlanPooledSchedule[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

scalingPlanName

string

Nome del piano di ridimensionamento.

options
ScalingPlanPooledSchedulesListOptionalParams

Parametri delle opzioni.

Restituisce

update(string, string, string, ScalingPlanPooledSchedulesUpdateOptionalParams)

Aggiornare un oggetto ScalingPlanPooledSchedule.

function update(resourceGroupName: string, scalingPlanName: string, scalingPlanScheduleName: string, options?: ScalingPlanPooledSchedulesUpdateOptionalParams): Promise<ScalingPlanPooledSchedule>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

scalingPlanName

string

Nome del piano di ridimensionamento.

scalingPlanScheduleName

string

Nome dell'oggetto ScalingPlanSchedule

options
ScalingPlanPooledSchedulesUpdateOptionalParams

Parametri delle opzioni.

Restituisce