Compartir a través de


HostsOperations interface

Interfaz que representa operaciones de hosts.

Propiedades

get

Conseguir un anfitrión

list

Enumeración de recursos de host por clúster

Detalles de las propiedades

get

Conseguir un anfitrión

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

Valor de propiedad

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

list

Enumeración de recursos de host por clúster

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

Valor de propiedad

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