BmcKeySetsOperations interface
介面代表 BmcKeySets 操作。
屬性
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
建立新的基礎板管理控制器密鑰集,或更新所提供叢集的現有基礎板管理控制器密鑰集。 |
| delete | 刪除所提供叢集的基板管理控制器金鑰集。 |
| get | 取得所提供叢集的基板管理控制器金鑰集。 |
| list |
取得所提供叢集的基板管理控制器金鑰集清單。 |
| update | 為提供的叢集設定基板管理控制器金鑰的修補程式屬性,或更新與其相關聯的標籤。 屬性和標籤更新可以獨立完成。 |
屬性詳細資料
beginCreateOrUpdate
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BmcKeySet>, BmcKeySet>>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BmcKeySet>, BmcKeySet>>
beginCreateOrUpdateAndWait
警告
此 API 現已淘汰。
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => Promise<BmcKeySet>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => Promise<BmcKeySet>
beginDelete
警告
此 API 現已淘汰。
use delete instead
beginDelete: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeleteAndWait
警告
此 API 現已淘汰。
use delete instead
beginDeleteAndWait: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => Promise<OperationStatusResult>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => Promise<OperationStatusResult>
beginUpdate
警告
此 API 現已淘汰。
use update instead
beginUpdate: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BmcKeySet>, BmcKeySet>>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BmcKeySet>, BmcKeySet>>
beginUpdateAndWait
警告
此 API 現已淘汰。
use update instead
beginUpdateAndWait: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => Promise<BmcKeySet>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => Promise<BmcKeySet>
createOrUpdate
建立新的基礎板管理控制器密鑰集,或更新所提供叢集的現有基礎板管理控制器密鑰集。
createOrUpdate: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BmcKeySet>, BmcKeySet>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BmcKeySet>, BmcKeySet>
delete
刪除所提供叢集的基板管理控制器金鑰集。
delete: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
get
取得所提供叢集的基板管理控制器金鑰集。
get: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsGetOptionalParams) => Promise<BmcKeySet>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsGetOptionalParams) => Promise<BmcKeySet>
listByCluster
取得所提供叢集的基板管理控制器金鑰集清單。
listByCluster: (resourceGroupName: string, clusterName: string, options?: BmcKeySetsListByClusterOptionalParams) => PagedAsyncIterableIterator<BmcKeySet, BmcKeySet[], PageSettings>
屬性值
(resourceGroupName: string, clusterName: string, options?: BmcKeySetsListByClusterOptionalParams) => PagedAsyncIterableIterator<BmcKeySet, BmcKeySet[], PageSettings>
update
為提供的叢集設定基板管理控制器金鑰的修補程式屬性,或更新與其相關聯的標籤。 屬性和標籤更新可以獨立完成。
update: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => PollerLike<OperationState<BmcKeySet>, BmcKeySet>
屬性值
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => PollerLike<OperationState<BmcKeySet>, BmcKeySet>