Udostępnij za pośrednictwem


PrivateCloudsOperations interface

Interfejs reprezentujący operacje PrivateClouds.

Właściwości

createOrUpdate

Tworzenie chmury prywatnej

delete
get

Pobieranie usługi PrivateCloud

getVcfLicense

Uzyskaj licencję na prywatną chmurę

list

Wyświetlanie listy zasobów usługi PrivateCloud według grupy zasobów

listAdminCredentials

Wyświetlanie listy poświadczeń administratora dla chmury prywatnej

listInSubscription

Wyświetlanie listy zasobów usługi PrivateCloud według identyfikatora subskrypcji

rotateNsxtPassword

Obracanie hasła menedżera NSX-T

rotateVcenterPassword

Obracanie hasła programu vCenter

update

Aktualizowanie chmury prywatnej

Szczegóły nieruchomości

createOrUpdate

Tworzenie chmury prywatnej

createOrUpdate: (resourceGroupName: string, privateCloudName: string, privateCloud: PrivateCloud, options?: PrivateCloudsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateCloud>, PrivateCloud>

Wartość nieruchomości

(resourceGroupName: string, privateCloudName: string, privateCloud: PrivateCloud, options?: PrivateCloudsCreateOrUpdateOptionalParams) => PollerLike<OperationState<PrivateCloud>, PrivateCloud>

delete

delete: (resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość nieruchomości

(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobieranie usługi PrivateCloud

get: (resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsGetOptionalParams) => Promise<PrivateCloud>

Wartość nieruchomości

(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsGetOptionalParams) => Promise<PrivateCloud>

getVcfLicense

Uzyskaj licencję na prywatną chmurę

getVcfLicense: (resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsGetVcfLicenseOptionalParams) => Promise<VcfLicenseUnion>

Wartość nieruchomości

(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsGetVcfLicenseOptionalParams) => Promise<VcfLicenseUnion>

list

Wyświetlanie listy zasobów usługi PrivateCloud według grupy zasobów

list: (resourceGroupName: string, options?: PrivateCloudsListOptionalParams) => PagedAsyncIterableIterator<PrivateCloud, PrivateCloud[], PageSettings>

Wartość nieruchomości

(resourceGroupName: string, options?: PrivateCloudsListOptionalParams) => PagedAsyncIterableIterator<PrivateCloud, PrivateCloud[], PageSettings>

listAdminCredentials

Wyświetlanie listy poświadczeń administratora dla chmury prywatnej

listAdminCredentials: (resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsListAdminCredentialsOptionalParams) => Promise<AdminCredentials>

Wartość nieruchomości

(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsListAdminCredentialsOptionalParams) => Promise<AdminCredentials>

listInSubscription

Wyświetlanie listy zasobów usługi PrivateCloud według identyfikatora subskrypcji

listInSubscription: (options?: PrivateCloudsListInSubscriptionOptionalParams) => PagedAsyncIterableIterator<PrivateCloud, PrivateCloud[], PageSettings>

Wartość nieruchomości

(options?: PrivateCloudsListInSubscriptionOptionalParams) => PagedAsyncIterableIterator<PrivateCloud, PrivateCloud[], PageSettings>

rotateNsxtPassword

Obracanie hasła menedżera NSX-T

rotateNsxtPassword: (resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateNsxtPasswordOptionalParams) => PollerLike<OperationState<void>, void>

Wartość nieruchomości

(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateNsxtPasswordOptionalParams) => PollerLike<OperationState<void>, void>

rotateVcenterPassword

Obracanie hasła programu vCenter

rotateVcenterPassword: (resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateVcenterPasswordOptionalParams) => PollerLike<OperationState<void>, void>

Wartość nieruchomości

(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateVcenterPasswordOptionalParams) => PollerLike<OperationState<void>, void>

update

Aktualizowanie chmury prywatnej

update: (resourceGroupName: string, privateCloudName: string, privateCloudUpdate: PrivateCloudUpdate, options?: PrivateCloudsUpdateOptionalParams) => PollerLike<OperationState<PrivateCloud>, PrivateCloud>

Wartość nieruchomości

(resourceGroupName: string, privateCloudName: string, privateCloudUpdate: PrivateCloudUpdate, options?: PrivateCloudsUpdateOptionalParams) => PollerLike<OperationState<PrivateCloud>, PrivateCloud>