다음을 통해 공유


GuestAgents interface

GuestAgents를 나타내는 인터페이스입니다.

메서드

beginCreate(string, GuestAgent, GuestAgentsCreateOptionalParams)

GuestAgent를 만들거나 업데이트합니다.

beginCreateAndWait(string, GuestAgent, GuestAgentsCreateOptionalParams)

GuestAgent를 만들거나 업데이트합니다.

delete(string, GuestAgentsDeleteOptionalParams)

GuestAgent DELETE 메서드를 구현합니다.

get(string, GuestAgentsGetOptionalParams)

GuestAgent GET 메서드를 구현합니다.

listByVirtualMachineInstance(string, GuestAgentsListByVirtualMachineInstanceOptionalParams)

지정된 vm의 GuestAgent 목록을 반환합니다.

메서드 세부 정보

beginCreate(string, GuestAgent, GuestAgentsCreateOptionalParams)

GuestAgent를 만들거나 업데이트합니다.

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

매개 변수

resourceUri

string

리소스의 정규화된 Azure Resource Manager 식별자입니다.

resource
GuestAgent

리소스 만들기 매개 변수입니다.

options
GuestAgentsCreateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateAndWait(string, GuestAgent, GuestAgentsCreateOptionalParams)

GuestAgent를 만들거나 업데이트합니다.

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

매개 변수

resourceUri

string

리소스의 정규화된 Azure Resource Manager 식별자입니다.

resource
GuestAgent

리소스 만들기 매개 변수입니다.

options
GuestAgentsCreateOptionalParams

옵션 매개 변수입니다.

반환

Promise<GuestAgent>

delete(string, GuestAgentsDeleteOptionalParams)

GuestAgent DELETE 메서드를 구현합니다.

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

매개 변수

resourceUri

string

리소스의 정규화된 Azure Resource Manager 식별자입니다.

options
GuestAgentsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, GuestAgentsGetOptionalParams)

GuestAgent GET 메서드를 구현합니다.

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

매개 변수

resourceUri

string

리소스의 정규화된 Azure Resource Manager 식별자입니다.

options
GuestAgentsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<GuestAgent>

listByVirtualMachineInstance(string, GuestAgentsListByVirtualMachineInstanceOptionalParams)

지정된 vm의 GuestAgent 목록을 반환합니다.

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

매개 변수

resourceUri

string

리소스의 정규화된 Azure Resource Manager 식별자입니다.

options
GuestAgentsListByVirtualMachineInstanceOptionalParams

옵션 매개 변수입니다.

반환