StartStopManagedInstanceSchedules interface
Interfaccia che rappresenta un oggetto StartStopManagedInstanceSchedules.
Metodi
create |
Crea o aggiorna la pianificazione start/stop dell'istanza gestita. |
delete(string, string, string, Start |
Elimina la pianificazione Start/Stop dell'istanza gestita. |
get(string, string, string, Start |
Ottiene la pianificazione Start/Stop dell'istanza gestita. |
list |
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.
Parametri delle opzioni.
Restituisce
Promise<StartStopManagedInstanceSchedule>
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.
Parametri delle opzioni.
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.
Parametri delle opzioni.
Restituisce
Promise<StartStopManagedInstanceSchedule>
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.
Parametri delle opzioni.