GuestAgentsOperations interface
表示 GuestAgents作的接口。
属性
| create | 创建或更新 GuestAgent。 |
| delete | |
| get | 实现 GuestAgent GET 方法。 |
| list |
返回给定 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>