GuestAgentsOperations interface
Interface que representa uma operação GuestAgents.
Propriedades
| create | Crie ou atualize o GuestAgent. |
| delete | |
| get | Implementa o método GET GuestAgent. |
| list |
Retorna a lista de GuestAgent da vm fornecida. |
Detalhes de Propriedade
create
Crie ou atualize o GuestAgent.
create: (resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams) => PollerLike<OperationState<GuestAgent>, GuestAgent>
Valor de Propriedade
(resourceUri: string, resource: GuestAgent, options?: GuestAgentsCreateOptionalParams) => PollerLike<OperationState<GuestAgent>, GuestAgent>
delete
delete: (resourceUri: string, options?: GuestAgentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valor de Propriedade
(resourceUri: string, options?: GuestAgentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Implementa o método GET GuestAgent.
get: (resourceUri: string, options?: GuestAgentsGetOptionalParams) => Promise<GuestAgent>
Valor de Propriedade
(resourceUri: string, options?: GuestAgentsGetOptionalParams) => Promise<GuestAgent>
listByVirtualMachineInstance
Retorna a lista de GuestAgent da vm fornecida.
listByVirtualMachineInstance: (resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams) => PagedAsyncIterableIterator<GuestAgent, GuestAgent[], PageSettings>
Valor de Propriedade
(resourceUri: string, options?: GuestAgentsListByVirtualMachineInstanceOptionalParams) => PagedAsyncIterableIterator<GuestAgent, GuestAgent[], PageSettings>