BareMetalMachineKeySets interface
BareMetalMachineKeySets を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, BareMetalMachineKeySet, BareMetalMachineKeySetsCreateOrUpdateOptionalParams)
新しいベア メタル マシン キー セットを作成するか、指定されたクラスターの既存のキー セットを更新します。
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, bareMetalMachineKeySetParameters: BareMetalMachineKeySet, options?: BareMetalMachineKeySetsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- bareMetalMachineKeySetName
-
string
ベア メタル マシン キー セットの名前。
- bareMetalMachineKeySetParameters
- BareMetalMachineKeySet
要求本文。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>>
beginCreateOrUpdateAndWait(string, string, string, BareMetalMachineKeySet, BareMetalMachineKeySetsCreateOrUpdateOptionalParams)
新しいベア メタル マシン キー セットを作成するか、指定されたクラスターの既存のキー セットを更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, bareMetalMachineKeySetParameters: BareMetalMachineKeySet, options?: BareMetalMachineKeySetsCreateOrUpdateOptionalParams): Promise<BareMetalMachineKeySet>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- bareMetalMachineKeySetName
-
string
ベア メタル マシン キー セットの名前。
- bareMetalMachineKeySetParameters
- BareMetalMachineKeySet
要求本文。
options パラメーター。
戻り値
Promise<BareMetalMachineKeySet>
beginDelete(string, string, string, BareMetalMachineKeySetsDeleteOptionalParams)
指定されたクラスターのベア メタル マシン キー セットを削除します。
function beginDelete(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- bareMetalMachineKeySetName
-
string
ベア メタル マシン キー セットの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, BareMetalMachineKeySetsDeleteOptionalParams)
指定されたクラスターのベア メタル マシン キー セットを削除します。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- bareMetalMachineKeySetName
-
string
ベア メタル マシン キー セットの名前。
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, BareMetalMachineKeySetsUpdateOptionalParams)
指定されたクラスターに対して設定されたベア メタル マシン キーのプロパティにパッチを適用するか、関連付けられているタグを更新します。 プロパティとタグの更新は、個別に行うことができます。
function beginUpdate(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- bareMetalMachineKeySetName
-
string
ベア メタル マシン キー セットの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<BareMetalMachineKeySet>, BareMetalMachineKeySet>>
beginUpdateAndWait(string, string, string, BareMetalMachineKeySetsUpdateOptionalParams)
指定されたクラスターに対して設定されたベア メタル マシン キーのプロパティにパッチを適用するか、関連付けられているタグを更新します。 プロパティとタグの更新は、個別に行うことができます。
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsUpdateOptionalParams): Promise<BareMetalMachineKeySet>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- bareMetalMachineKeySetName
-
string
ベア メタル マシン キー セットの名前。
options パラメーター。
戻り値
Promise<BareMetalMachineKeySet>
get(string, string, string, BareMetalMachineKeySetsGetOptionalParams)
指定されたクラスターのベア メタル マシン キー セットを取得します。
function get(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsGetOptionalParams): Promise<BareMetalMachineKeySet>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- bareMetalMachineKeySetName
-
string
ベア メタル マシン キー セットの名前。
options パラメーター。
戻り値
Promise<BareMetalMachineKeySet>
listByCluster(string, string, BareMetalMachineKeySetsListByClusterOptionalParams)
指定されたクラスターのベア メタル マシン キー セットの一覧を取得します。
function listByCluster(resourceGroupName: string, clusterName: string, options?: BareMetalMachineKeySetsListByClusterOptionalParams): PagedAsyncIterableIterator<BareMetalMachineKeySet, BareMetalMachineKeySet[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
options パラメーター。