HostsOperations interface
Interface que representa uma operação Hosts.
Detalhes de Propriedade
get
Obtenha um anfitrião
get: (resourceGroupName: string, privateCloudName: string, clusterName: string, hostId: string, options?: HostsGetOptionalParams) => Promise<Host>
Valor de Propriedade
(resourceGroupName: string, privateCloudName: string, clusterName: string, hostId: string, options?: HostsGetOptionalParams) => Promise<Host>
list
Listar recursos de host por cluster
list: (resourceGroupName: string, privateCloudName: string, clusterName: string, options?: HostsListOptionalParams) => PagedAsyncIterableIterator<Host, Host[], PageSettings>
Valor de Propriedade
(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: HostsListOptionalParams) => PagedAsyncIterableIterator<Host, Host[], PageSettings>