Condividi tramite


StartStopManagedInstanceSchedules interface

Interfaccia che rappresenta un oggetto StartStopManagedInstanceSchedules.

Metodi

createOrUpdate(string, string, string, StartStopManagedInstanceSchedule, StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams)

Crea o aggiorna la pianificazione start/stop dell'istanza gestita.

delete(string, string, string, StartStopManagedInstanceSchedulesDeleteOptionalParams)

Elimina la pianificazione Start/Stop dell'istanza gestita.

get(string, string, string, StartStopManagedInstanceSchedulesGetOptionalParams)

Ottiene la pianificazione Start/Stop dell'istanza gestita.

listByInstance(string, string, StartStopManagedInstanceSchedulesListByInstanceOptionalParams)

Elenca le pianificazioni Start/Stop dell'istanza gestita.

Dettagli metodo

createOrUpdate(string, string, string, StartStopManagedInstanceSchedule, StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams)

Crea o aggiorna la pianificazione start/stop dell'istanza gestita.

function createOrUpdate(resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, parameters: StartStopManagedInstanceSchedule, options?: StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams): Promise<StartStopManagedInstanceSchedule>

Parametri

resourceGroupName

string

Nome del gruppo di risorse contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

startStopScheduleName

string

Nome della pianificazione di avvio/arresto dell'istanza gestita.

parameters
StartStopManagedInstanceSchedule

Pianificazione di avvio/arresto dell'istanza gestita richiesta.

Restituisce

delete(string, string, string, StartStopManagedInstanceSchedulesDeleteOptionalParams)

Elimina la pianificazione Start/Stop dell'istanza gestita.

function delete(resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, options?: StartStopManagedInstanceSchedulesDeleteOptionalParams): Promise<void>

Parametri

resourceGroupName

string

Nome del gruppo di risorse contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

startStopScheduleName

string

Nome della pianificazione di avvio/arresto dell'istanza gestita.

Restituisce

Promise<void>

get(string, string, string, StartStopManagedInstanceSchedulesGetOptionalParams)

Ottiene la pianificazione Start/Stop dell'istanza gestita.

function get(resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, options?: StartStopManagedInstanceSchedulesGetOptionalParams): Promise<StartStopManagedInstanceSchedule>

Parametri

resourceGroupName

string

Nome del gruppo di risorse contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

startStopScheduleName

string

Nome della pianificazione di avvio/arresto dell'istanza gestita.

options
StartStopManagedInstanceSchedulesGetOptionalParams

Parametri delle opzioni.

Restituisce

listByInstance(string, string, StartStopManagedInstanceSchedulesListByInstanceOptionalParams)

Elenca le pianificazioni Start/Stop dell'istanza gestita.

function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: StartStopManagedInstanceSchedulesListByInstanceOptionalParams): PagedAsyncIterableIterator<StartStopManagedInstanceSchedule, StartStopManagedInstanceSchedule[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse contenente la risorsa. È possibile ottenere questo valore dall'API di Gestione risorse di Azure o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

Restituisce