GuestAgentsOperations interface
Interface representing a GuestAgents operations.
Properties
| create | Create Or Update GuestAgent. |
| delete | |
| get | Implements GuestAgent GET method. |
| list |
Returns the list of GuestAgent of the given vm. |
Property Details
create
Create Or Update GuestAgent.
create: (resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams) => PollerLike<OperationState<GuestAgent>, GuestAgent>
Property Value
(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams) => PollerLike<OperationState<GuestAgent>, GuestAgent>
delete
delete: (resourceUri: string, options?: GuestAgentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceUri: string, options?: GuestAgentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Implements GuestAgent GET method.
get: (resourceUri: string, options?: GuestAgentsGetOptionalParams) => Promise<GuestAgent>
Property Value
(resourceUri: string, options?: GuestAgentsGetOptionalParams) => Promise<GuestAgent>
listByVirtualMachineInstance
Returns the list of GuestAgent of the given vm.
listByVirtualMachineInstance: (resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams) => PagedAsyncIterableIterator<GuestAgent, GuestAgent[], PageSettings>
Property Value
(resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams) => PagedAsyncIterableIterator<GuestAgent, GuestAgent[], PageSettings>