HcxEnterpriseSites interface

Interface representing a HcxEnterpriseSites.

Methods

createOrUpdate(string, string, string, HcxEnterpriseSite, HcxEnterpriseSitesCreateOrUpdateOptionalParams)

Create a HcxEnterpriseSite

delete(string, string, string, HcxEnterpriseSitesDeleteOptionalParams)

Delete a HcxEnterpriseSite

get(string, string, string, HcxEnterpriseSitesGetOptionalParams)

Get a HcxEnterpriseSite

list(string, string, HcxEnterpriseSitesListOptionalParams)

List HcxEnterpriseSite resources by PrivateCloud

Method Details

createOrUpdate(string, string, string, HcxEnterpriseSite, HcxEnterpriseSitesCreateOrUpdateOptionalParams)

Create a HcxEnterpriseSite

function createOrUpdate(resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, hcxEnterpriseSite: HcxEnterpriseSite, options?: HcxEnterpriseSitesCreateOrUpdateOptionalParams): Promise<HcxEnterpriseSite>

Parameters

resourceGroupName

string

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

privateCloudName

string

Name of the private cloud

hcxEnterpriseSiteName

string

Name of the HCX Enterprise Site

hcxEnterpriseSite
HcxEnterpriseSite

Resource create parameters.

options
HcxEnterpriseSitesCreateOrUpdateOptionalParams

The options parameters.

Returns

delete(string, string, string, HcxEnterpriseSitesDeleteOptionalParams)

Delete a HcxEnterpriseSite

function delete(resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, options?: HcxEnterpriseSitesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

privateCloudName

string

Name of the private cloud

hcxEnterpriseSiteName

string

Name of the HCX Enterprise Site

options
HcxEnterpriseSitesDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, HcxEnterpriseSitesGetOptionalParams)

Get a HcxEnterpriseSite

function get(resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, options?: HcxEnterpriseSitesGetOptionalParams): Promise<HcxEnterpriseSite>

Parameters

resourceGroupName

string

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

privateCloudName

string

Name of the private cloud

hcxEnterpriseSiteName

string

Name of the HCX Enterprise Site

options
HcxEnterpriseSitesGetOptionalParams

The options parameters.

Returns

list(string, string, HcxEnterpriseSitesListOptionalParams)

List HcxEnterpriseSite resources by PrivateCloud

function list(resourceGroupName: string, privateCloudName: string, options?: HcxEnterpriseSitesListOptionalParams): PagedAsyncIterableIterator<HcxEnterpriseSite, HcxEnterpriseSite[], PageSettings>

Parameters

resourceGroupName

string

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

privateCloudName

string

Name of the private cloud

options
HcxEnterpriseSitesListOptionalParams

The options parameters.

Returns