次の方法で共有


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>