Share via


HostsOperations interface

Interface representing a Hosts operations.

Properties

get

Get a Host

list

List Host resources by Cluster

Property Details

get

Get a Host

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

Property Value

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

list

List Host resources by Cluster

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

Property Value

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