HcxEnterpriseSitesOperations interface
Interfejs reprezentujący operacje HcxEnterpriseSites.
Właściwości
| create |
Tworzenie witryny HcxEnterpriseSite |
| delete | |
| get | Uzyskiwanie witryny HcxEnterpriseSite |
| list | Wyświetlanie listy zasobów HcxEnterpriseSite według usługi PrivateCloud |
Szczegóły właściwości
createOrUpdate
Tworzenie witryny HcxEnterpriseSite
createOrUpdate: (resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, hcxEnterpriseSite: HcxEnterpriseSite, options?: HcxEnterpriseSitesCreateOrUpdateOptionalParams) => Promise<HcxEnterpriseSite>
Wartość właściwości
(resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, hcxEnterpriseSite: HcxEnterpriseSite, options?: HcxEnterpriseSitesCreateOrUpdateOptionalParams) => Promise<HcxEnterpriseSite>
delete
delete: (resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, options?: HcxEnterpriseSitesDeleteOptionalParams) => Promise<void>
Wartość właściwości
(resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, options?: HcxEnterpriseSitesDeleteOptionalParams) => Promise<void>
get
Uzyskiwanie witryny HcxEnterpriseSite
get: (resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, options?: HcxEnterpriseSitesGetOptionalParams) => Promise<HcxEnterpriseSite>
Wartość właściwości
(resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, options?: HcxEnterpriseSitesGetOptionalParams) => Promise<HcxEnterpriseSite>
list
Wyświetlanie listy zasobów HcxEnterpriseSite według usługi PrivateCloud
list: (resourceGroupName: string, privateCloudName: string, options?: HcxEnterpriseSitesListOptionalParams) => PagedAsyncIterableIterator<HcxEnterpriseSite, HcxEnterpriseSite[], PageSettings>
Wartość właściwości
(resourceGroupName: string, privateCloudName: string, options?: HcxEnterpriseSitesListOptionalParams) => PagedAsyncIterableIterator<HcxEnterpriseSite, HcxEnterpriseSite[], PageSettings>