Share via


Publishers interface

Interface representing a Publishers.

Methods

get(string, string, string, PublishersGetOptionalParams)

Get Publisher resource details of HCI Cluster.

listByCluster(string, string, PublishersListByClusterOptionalParams)

List Publishers available for the HCI Cluster.

Method Details

get(string, string, string, PublishersGetOptionalParams)

Get Publisher resource details of HCI Cluster.

function get(resourceGroupName: string, clusterName: string, publisherName: string, options?: PublishersGetOptionalParams): Promise<Publisher>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

clusterName

string

The name of the cluster.

publisherName

string

The name of the publisher available within HCI cluster.

options
PublishersGetOptionalParams

The options parameters.

Returns

Promise<Publisher>

listByCluster(string, string, PublishersListByClusterOptionalParams)

List Publishers available for the HCI Cluster.

function listByCluster(resourceGroupName: string, clusterName: string, options?: PublishersListByClusterOptionalParams): PagedAsyncIterableIterator<Publisher, Publisher[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

clusterName

string

The name of the cluster.

options
PublishersListByClusterOptionalParams

The options parameters.

Returns