次の方法で共有


PrivateCloud.Update インターフェイス

実装

public static interface PrivateCloud.Update
extends WithTags, WithIdentity, WithManagementCluster, WithInternet, WithIdentitySources, WithEncryption, WithExtendedNetworkBlocks

PrivateCloud 更新のテンプレート。

メソッドの概要

修飾子と型 メソッドと説明
abstract PrivateCloud apply()

更新要求を実行します。

abstract PrivateCloud apply(Context context)

更新要求を実行します。

メソッドの詳細

apply

public abstract PrivateCloud apply()

更新要求を実行します。

Returns:

更新されたリソース。

apply

public abstract PrivateCloud apply(Context context)

更新要求を実行します。

Parameters:

context - この操作に関連付けるコンテキスト。

Returns:

更新されたリソース。

適用対象