GuestAgents interface

GuestAgents'ı temsil eden arabirim.

Yöntemler

beginCreate(string, GuestAgent, GuestAgentsCreateOptionalParams)

GuestAgent'ı oluşturun veya güncelleştirin.

beginCreateAndWait(string, GuestAgent, GuestAgentsCreateOptionalParams)

GuestAgent'ı oluşturun veya güncelleştirin.

delete(string, GuestAgentsDeleteOptionalParams)

GuestAgent DELETE yöntemini uygular.

get(string, GuestAgentsGetOptionalParams)

GuestAgent GET yöntemini uygular.

listByVirtualMachineInstance(string, GuestAgentsListByVirtualMachineInstanceOptionalParams)

Verilen vm'nin GuestAgent listesini döndürür.

Yöntem Ayrıntıları

beginCreate(string, GuestAgent, GuestAgentsCreateOptionalParams)

GuestAgent'ı oluşturun veya güncelleştirin.

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

Parametreler

resourceUri

string

Kaynağın tam Azure Resource manager tanımlayıcısı.

resource
GuestAgent

Kaynak oluşturma parametreleri.

options
GuestAgentsCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginCreateAndWait(string, GuestAgent, GuestAgentsCreateOptionalParams)

GuestAgent'ı oluşturun veya güncelleştirin.

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

Parametreler

resourceUri

string

Kaynağın tam Azure Resource manager tanımlayıcısı.

resource
GuestAgent

Kaynak oluşturma parametreleri.

options
GuestAgentsCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<GuestAgent>

delete(string, GuestAgentsDeleteOptionalParams)

GuestAgent DELETE yöntemini uygular.

function delete(resourceUri: string, options?: GuestAgentsDeleteOptionalParams): Promise<void>

Parametreler

resourceUri

string

Kaynağın tam Azure Resource manager tanımlayıcısı.

options
GuestAgentsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, GuestAgentsGetOptionalParams)

GuestAgent GET yöntemini uygular.

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

Parametreler

resourceUri

string

Kaynağın tam Azure Resource manager tanımlayıcısı.

options
GuestAgentsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<GuestAgent>

listByVirtualMachineInstance(string, GuestAgentsListByVirtualMachineInstanceOptionalParams)

Verilen vm'nin GuestAgent listesini döndürür.

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

Parametreler

resourceUri

string

Kaynağın tam Azure Resource manager tanımlayıcısı.

options
GuestAgentsListByVirtualMachineInstanceOptionalParams

Seçenekler parametreleri.

Döndürülenler