Sdílet prostřednictvím


VMInstanceGuestAgents interface

Rozhraní představující VMInstanceGuestAgents.

Metody

beginCreate(string, VMInstanceGuestAgentsCreateOptionalParams)

Vytvořte nebo aktualizujte agenta guestAgent.

beginCreateAndWait(string, VMInstanceGuestAgentsCreateOptionalParams)

Vytvořte nebo aktualizujte agenta guestAgent.

beginDelete(string, VMInstanceGuestAgentsDeleteOptionalParams)

Implementuje metodu GuestAgent DELETE.

beginDeleteAndWait(string, VMInstanceGuestAgentsDeleteOptionalParams)

Implementuje metodu GuestAgent DELETE.

get(string, VMInstanceGuestAgentsGetOptionalParams)

Implementuje metodu GuestAgent GET.

list(string, VMInstanceGuestAgentsListOptionalParams)

Vrátí seznam GuestAgent daného virtuálního počítače.

Podrobnosti metody

beginCreate(string, VMInstanceGuestAgentsCreateOptionalParams)

Vytvořte nebo aktualizujte agenta guestAgent.

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

Parametry

resourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manageru prostředku hybridního výpočetního počítače, který se má rozšířit.

options
VMInstanceGuestAgentsCreateOptionalParams

Parametry možností.

Návraty

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

beginCreateAndWait(string, VMInstanceGuestAgentsCreateOptionalParams)

Vytvořte nebo aktualizujte agenta guestAgent.

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

Parametry

resourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manageru prostředku hybridního výpočetního počítače, který se má rozšířit.

options
VMInstanceGuestAgentsCreateOptionalParams

Parametry možností.

Návraty

Promise<GuestAgent>

beginDelete(string, VMInstanceGuestAgentsDeleteOptionalParams)

Implementuje metodu GuestAgent DELETE.

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

Parametry

resourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manageru prostředku hybridního výpočetního počítače, který se má rozšířit.

options
VMInstanceGuestAgentsDeleteOptionalParams

Parametry možností.

Návraty

beginDeleteAndWait(string, VMInstanceGuestAgentsDeleteOptionalParams)

Implementuje metodu GuestAgent DELETE.

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

Parametry

resourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manageru prostředku hybridního výpočetního počítače, který se má rozšířit.

options
VMInstanceGuestAgentsDeleteOptionalParams

Parametry možností.

Návraty

get(string, VMInstanceGuestAgentsGetOptionalParams)

Implementuje metodu GuestAgent GET.

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

Parametry

resourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manageru prostředku hybridního výpočetního počítače, který se má rozšířit.

options
VMInstanceGuestAgentsGetOptionalParams

Parametry možností.

Návraty

Promise<GuestAgent>

list(string, VMInstanceGuestAgentsListOptionalParams)

Vrátí seznam GuestAgent daného virtuálního počítače.

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

Parametry

resourceUri

string

Plně kvalifikovaný identifikátor Azure Resource Manageru prostředku hybridního výpočetního počítače, který se má rozšířit.

options
VMInstanceGuestAgentsListOptionalParams

Parametry možností.

Návraty