你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GuestAgentsOperations interface

表示 GuestAgents作的接口。

属性

create

创建或更新 GuestAgent。

delete
get

实现 GuestAgent GET 方法。

listByVirtualMachineInstance

返回给定 VM 的 GuestAgent 列表。

属性详细信息

create

创建或更新 GuestAgent。

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

属性值

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

delete

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

属性值

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

get

实现 GuestAgent GET 方法。

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

属性值

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

listByVirtualMachineInstance

返回给定 VM 的 GuestAgent 列表。

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

属性值

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