Condividi tramite


VMInstanceGuestAgents interface

Interfaccia che rappresenta un oggetto VMInstanceGuestAgents.

Metodi

beginCreate(string, VMInstanceGuestAgentsCreateOptionalParams)

Creare o aggiornare GuestAgent.

beginCreateAndWait(string, VMInstanceGuestAgentsCreateOptionalParams)

Creare o aggiornare GuestAgent.

beginDelete(string, VMInstanceGuestAgentsDeleteOptionalParams)

Implementa il metodo GuestAgent DELETE.

beginDeleteAndWait(string, VMInstanceGuestAgentsDeleteOptionalParams)

Implementa il metodo GuestAgent DELETE.

get(string, VMInstanceGuestAgentsGetOptionalParams)

Implementa il metodo Get GuestAgent.

list(string, VMInstanceGuestAgentsListOptionalParams)

Restituisce l'elenco di GuestAgent della macchina virtuale specificata.

Dettagli metodo

beginCreate(string, VMInstanceGuestAgentsCreateOptionalParams)

Creare o aggiornare GuestAgent.

function beginCreate(resourceUri: string, options?: VMInstanceGuestAgentsCreateOptionalParams): Promise<SimplePollerLike<OperationState<GuestAgent>, GuestAgent>>

Parametri

resourceUri

string

Identificatore completo di Azure Resource Manager della risorsa macchina di calcolo ibrida da estendere.

options
VMInstanceGuestAgentsCreateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<GuestAgent>, GuestAgent>>

beginCreateAndWait(string, VMInstanceGuestAgentsCreateOptionalParams)

Creare o aggiornare GuestAgent.

function beginCreateAndWait(resourceUri: string, options?: VMInstanceGuestAgentsCreateOptionalParams): Promise<GuestAgent>

Parametri

resourceUri

string

Identificatore completo di Azure Resource Manager della risorsa macchina di calcolo ibrida da estendere.

options
VMInstanceGuestAgentsCreateOptionalParams

Parametri delle opzioni.

Restituisce

Promise<GuestAgent>

beginDelete(string, VMInstanceGuestAgentsDeleteOptionalParams)

Implementa il metodo GuestAgent DELETE.

function beginDelete(resourceUri: string, options?: VMInstanceGuestAgentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VMInstanceGuestAgentsDeleteHeaders>, VMInstanceGuestAgentsDeleteHeaders>>

Parametri

resourceUri

string

Identificatore completo di Azure Resource Manager della risorsa macchina di calcolo ibrida da estendere.

options
VMInstanceGuestAgentsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

beginDeleteAndWait(string, VMInstanceGuestAgentsDeleteOptionalParams)

Implementa il metodo GuestAgent DELETE.

function beginDeleteAndWait(resourceUri: string, options?: VMInstanceGuestAgentsDeleteOptionalParams): Promise<VMInstanceGuestAgentsDeleteHeaders>

Parametri

resourceUri

string

Identificatore completo di Azure Resource Manager della risorsa macchina di calcolo ibrida da estendere.

options
VMInstanceGuestAgentsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

get(string, VMInstanceGuestAgentsGetOptionalParams)

Implementa il metodo Get GuestAgent.

function get(resourceUri: string, options?: VMInstanceGuestAgentsGetOptionalParams): Promise<GuestAgent>

Parametri

resourceUri

string

Identificatore completo di Azure Resource Manager della risorsa macchina di calcolo ibrida da estendere.

options
VMInstanceGuestAgentsGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<GuestAgent>

list(string, VMInstanceGuestAgentsListOptionalParams)

Restituisce l'elenco di GuestAgent della macchina virtuale specificata.

function list(resourceUri: string, options?: VMInstanceGuestAgentsListOptionalParams): PagedAsyncIterableIterator<GuestAgent, GuestAgent[], PageSettings>

Parametri

resourceUri

string

Identificatore completo di Azure Resource Manager della risorsa macchina di calcolo ibrida da estendere.

options
VMInstanceGuestAgentsListOptionalParams

Parametri delle opzioni.

Restituisce