Partilhar via


HostsOperations interface

Interface que representa uma operação Hosts.

Propriedades

get

Obtenha um anfitrião

list

Listar recursos de host por cluster

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>