PrivateClouds interface
PrivateClouds を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, PrivateCloud, PrivateCloudsCreateOrUpdateOptionalParams)
PrivateCloud を作成する
function beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, privateCloud: PrivateCloud, options?: PrivateCloudsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateCloud>, PrivateCloud>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
- privateCloud
- PrivateCloud
リソース作成パラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateCloud>, PrivateCloud>>
beginCreateOrUpdateAndWait(string, string, PrivateCloud, PrivateCloudsCreateOrUpdateOptionalParams)
PrivateCloud を作成する
function beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, privateCloud: PrivateCloud, options?: PrivateCloudsCreateOrUpdateOptionalParams): Promise<PrivateCloud>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
- privateCloud
- PrivateCloud
リソース作成パラメーター。
オプション パラメーター。
戻り値
Promise<PrivateCloud>
beginDelete(string, string, PrivateCloudsDeleteOptionalParams)
PrivateCloud を削除する
function beginDelete(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, PrivateCloudsDeleteOptionalParams)
PrivateCloud を削除する
function beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
オプション パラメーター。
戻り値
Promise<void>
beginRotateNsxtPassword(string, string, PrivateCloudsRotateNsxtPasswordOptionalParams)
NSX-T Manager のパスワードをローテーションする
function beginRotateNsxtPassword(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateNsxtPasswordOptionalParams): Promise<SimplePollerLike<OperationState<PrivateCloudsRotateNsxtPasswordHeaders>, PrivateCloudsRotateNsxtPasswordHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateCloudsRotateNsxtPasswordHeaders>, PrivateCloudsRotateNsxtPasswordHeaders>>
beginRotateNsxtPasswordAndWait(string, string, PrivateCloudsRotateNsxtPasswordOptionalParams)
NSX-T Manager のパスワードをローテーションする
function beginRotateNsxtPasswordAndWait(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateNsxtPasswordOptionalParams): Promise<PrivateCloudsRotateNsxtPasswordHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
オプション パラメーター。
戻り値
beginRotateVcenterPassword(string, string, PrivateCloudsRotateVcenterPasswordOptionalParams)
vCenter パスワードをローテーションする
function beginRotateVcenterPassword(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateVcenterPasswordOptionalParams): Promise<SimplePollerLike<OperationState<PrivateCloudsRotateVcenterPasswordHeaders>, PrivateCloudsRotateVcenterPasswordHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateCloudsRotateVcenterPasswordHeaders>, PrivateCloudsRotateVcenterPasswordHeaders>>
beginRotateVcenterPasswordAndWait(string, string, PrivateCloudsRotateVcenterPasswordOptionalParams)
vCenter パスワードをローテーションする
function beginRotateVcenterPasswordAndWait(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateVcenterPasswordOptionalParams): Promise<PrivateCloudsRotateVcenterPasswordHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
オプション パラメーター。
戻り値
beginUpdate(string, string, PrivateCloudUpdate, PrivateCloudsUpdateOptionalParams)
PrivateCloud を更新する
function beginUpdate(resourceGroupName: string, privateCloudName: string, privateCloudUpdate: PrivateCloudUpdate, options?: PrivateCloudsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateCloud>, PrivateCloud>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
- privateCloudUpdate
- PrivateCloudUpdate
更新するプライベート クラウドのプロパティ。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateCloud>, PrivateCloud>>
beginUpdateAndWait(string, string, PrivateCloudUpdate, PrivateCloudsUpdateOptionalParams)
PrivateCloud を更新する
function beginUpdateAndWait(resourceGroupName: string, privateCloudName: string, privateCloudUpdate: PrivateCloudUpdate, options?: PrivateCloudsUpdateOptionalParams): Promise<PrivateCloud>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
- privateCloudUpdate
- PrivateCloudUpdate
更新するプライベート クラウドのプロパティ。
オプション パラメーター。
戻り値
Promise<PrivateCloud>
get(string, string, PrivateCloudsGetOptionalParams)
PrivateCloud を取得する
function get(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsGetOptionalParams): Promise<PrivateCloud>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
- options
- PrivateCloudsGetOptionalParams
オプション パラメーター。
戻り値
Promise<PrivateCloud>
list(string, PrivateCloudsListOptionalParams)
リソース グループ別に PrivateCloud リソースを一覧表示する
function list(resourceGroupName: string, options?: PrivateCloudsListOptionalParams): PagedAsyncIterableIterator<PrivateCloud, PrivateCloud[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- options
- PrivateCloudsListOptionalParams
オプション パラメーター。
戻り値
listAdminCredentials(string, string, PrivateCloudsListAdminCredentialsOptionalParams)
プライベート クラウドの管理者資格情報を一覧表示する
function listAdminCredentials(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsListAdminCredentialsOptionalParams): Promise<AdminCredentials>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- privateCloudName
-
string
プライベート クラウドの名前
オプション パラメーター。
戻り値
Promise<AdminCredentials>
listInSubscription(PrivateCloudsListInSubscriptionOptionalParams)
サブスクリプション ID で PrivateCloud リソースを一覧表示する
function listInSubscription(options?: PrivateCloudsListInSubscriptionOptionalParams): PagedAsyncIterableIterator<PrivateCloud, PrivateCloud[], PageSettings>
パラメーター
オプション パラメーター。