Condividi tramite


GuestAgentsOperations interface

Interfaccia che rappresenta un'operazione GuestAgents.

Proprietà

create

Creare o aggiornare GuestAgent.

delete
get

Implementa il metodo GET GuestAgent.

listByVirtualMachineInstance

Restituisce l'elenco di GuestAgent della macchina virtuale specificata.

Dettagli proprietà

create

Creare o aggiornare GuestAgent.

create: (resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams) => PollerLike<OperationState<GuestAgent>, GuestAgent>

Valore della proprietà

(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams) => PollerLike<OperationState<GuestAgent>, GuestAgent>

delete

delete: (resourceUri: string, options?: GuestAgentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceUri: string, options?: GuestAgentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Implementa il metodo GET GuestAgent.

get: (resourceUri: string, options?: GuestAgentsGetOptionalParams) => Promise<GuestAgent>

Valore della proprietà

(resourceUri: string, options?: GuestAgentsGetOptionalParams) => Promise<GuestAgent>

listByVirtualMachineInstance

Restituisce l'elenco di GuestAgent della macchina virtuale specificata.

listByVirtualMachineInstance: (resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams) => PagedAsyncIterableIterator<GuestAgent, GuestAgent[], PageSettings>

Valore della proprietà

(resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams) => PagedAsyncIterableIterator<GuestAgent, GuestAgent[], PageSettings>