Compartilhar via


HostsOperations interface

Interface que representa uma operação de Hosts.

Propriedades

get

Obter um anfitrião

list

Listar recursos do Host por Cluster

Detalhes da propriedade

get

Obter um anfitrião

get: (resourceGroupName: string, privateCloudName: string, clusterName: string, hostId: string, options?: HostsGetOptionalParams) => Promise<Host>

Valor da propriedade

(resourceGroupName: string, privateCloudName: string, clusterName: string, hostId: string, options?: HostsGetOptionalParams) => Promise<Host>

list

Listar recursos do Host por Cluster

list: (resourceGroupName: string, privateCloudName: string, clusterName: string, options?: HostsListOptionalParams) => PagedAsyncIterableIterator<Host, Host[], PageSettings>

Valor da propriedade

(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: HostsListOptionalParams) => PagedAsyncIterableIterator<Host, Host[], PageSettings>