次の方法で共有


BareMetalMachineKeySets interface

BareMetalMachineKeySets を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, BareMetalMachineKeySet, BareMetalMachineKeySetsCreateOrUpdateOptionalParams)

新しいベア メタル マシン キー セットを作成するか、指定されたクラスターの既存のキー セットを更新します。

beginCreateOrUpdateAndWait(string, string, string, BareMetalMachineKeySet, BareMetalMachineKeySetsCreateOrUpdateOptionalParams)

新しいベア メタル マシン キー セットを作成するか、指定されたクラスターの既存のキー セットを更新します。

beginDelete(string, string, string, BareMetalMachineKeySetsDeleteOptionalParams)

指定されたクラスターのベア メタル マシン キー セットを削除します。

beginDeleteAndWait(string, string, string, BareMetalMachineKeySetsDeleteOptionalParams)

指定されたクラスターのベア メタル マシン キー セットを削除します。

beginUpdate(string, string, string, BareMetalMachineKeySetsUpdateOptionalParams)

指定されたクラスターに対して設定されたベア メタル マシン キーのプロパティにパッチを適用するか、関連付けられているタグを更新します。 プロパティとタグの更新は、個別に行うことができます。

beginUpdateAndWait(string, string, string, BareMetalMachineKeySetsUpdateOptionalParams)

指定されたクラスターに対して設定されたベア メタル マシン キーのプロパティにパッチを適用するか、関連付けられているタグを更新します。 プロパティとタグの更新は、個別に行うことができます。

get(string, string, string, BareMetalMachineKeySetsGetOptionalParams)

指定されたクラスターのベア メタル マシン キー セットを取得します。

listByCluster(string, string, BareMetalMachineKeySetsListByClusterOptionalParams)

指定されたクラスターのベア メタル マシン キー セットの一覧を取得します。

メソッドの詳細

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
BareMetalMachineKeySetsCreateOrUpdateOptionalParams

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
BareMetalMachineKeySetsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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
BareMetalMachineKeySetsDeleteOptionalParams

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
BareMetalMachineKeySetsDeleteOptionalParams

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
BareMetalMachineKeySetsUpdateOptionalParams

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
BareMetalMachineKeySetsUpdateOptionalParams

options パラメーター。

戻り値

get(string, string, string, BareMetalMachineKeySetsGetOptionalParams)

指定されたクラスターのベア メタル マシン キー セットを取得します。

function get(resourceGroupName: string, clusterName: string, bareMetalMachineKeySetName: string, options?: BareMetalMachineKeySetsGetOptionalParams): Promise<BareMetalMachineKeySet>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

bareMetalMachineKeySetName

string

ベア メタル マシン キー セットの名前。

options
BareMetalMachineKeySetsGetOptionalParams

options パラメーター。

戻り値

listByCluster(string, string, BareMetalMachineKeySetsListByClusterOptionalParams)

指定されたクラスターのベア メタル マシン キー セットの一覧を取得します。

function listByCluster(resourceGroupName: string, clusterName: string, options?: BareMetalMachineKeySetsListByClusterOptionalParams): PagedAsyncIterableIterator<BareMetalMachineKeySet, BareMetalMachineKeySet[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
BareMetalMachineKeySetsListByClusterOptionalParams

options パラメーター。

戻り値