HcxEnterpriseSitesOperations interface

HcxEnterpriseSites işlemlerini temsil eden arabirim.

Özellikler

createOrUpdate

HcxEnterpriseSite Oluşturma

delete
get

HcxEnterpriseSite alma

list

PrivateCloud'a göre HcxEnterpriseSite kaynaklarını listeleme

Özellik Ayrıntıları

createOrUpdate

HcxEnterpriseSite Oluşturma

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

Özellik Değeri

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

delete

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

Özellik Değeri

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

get

HcxEnterpriseSite alma

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

Özellik Değeri

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

list

PrivateCloud'a göre HcxEnterpriseSite kaynaklarını listeleme

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

Özellik Değeri

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