BmcKeySetsOperations interface
Interface representing a BmcKeySets operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Create a new baseboard management controller key set or update the existing one for the provided cluster. |
| delete | Delete the baseboard management controller key set of the provided cluster. |
| get | Get baseboard management controller key set of the provided cluster. |
| list |
Get a list of baseboard management controller key sets for the provided cluster. |
| update | Patch properties of baseboard management controller key set for the provided cluster, or update the tags associated with it. Properties and tag updates can be done independently. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BmcKeySet>, BmcKeySet>>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BmcKeySet>, BmcKeySet>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => Promise<BmcKeySet>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => Promise<BmcKeySet>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => Promise<OperationStatusResult>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => Promise<OperationStatusResult>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BmcKeySet>, BmcKeySet>>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BmcKeySet>, BmcKeySet>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => Promise<BmcKeySet>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => Promise<BmcKeySet>
createOrUpdate
Create a new baseboard management controller key set or update the existing one for the provided cluster.
createOrUpdate: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BmcKeySet>, BmcKeySet>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, bmcKeySetParameters: BmcKeySet, options?: BmcKeySetsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BmcKeySet>, BmcKeySet>
delete
Delete the baseboard management controller key set of the provided cluster.
delete: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
get
Get baseboard management controller key set of the provided cluster.
get: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsGetOptionalParams) => Promise<BmcKeySet>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsGetOptionalParams) => Promise<BmcKeySet>
listByCluster
Get a list of baseboard management controller key sets for the provided cluster.
listByCluster: (resourceGroupName: string, clusterName: string, options?: BmcKeySetsListByClusterOptionalParams) => PagedAsyncIterableIterator<BmcKeySet, BmcKeySet[], PageSettings>
Property Value
(resourceGroupName: string, clusterName: string, options?: BmcKeySetsListByClusterOptionalParams) => PagedAsyncIterableIterator<BmcKeySet, BmcKeySet[], PageSettings>
update
Patch properties of baseboard management controller key set for the provided cluster, or update the tags associated with it. Properties and tag updates can be done independently.
update: (resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => PollerLike<OperationState<BmcKeySet>, BmcKeySet>
Property Value
(resourceGroupName: string, clusterName: string, bmcKeySetName: string, options?: BmcKeySetsUpdateOptionalParams) => PollerLike<OperationState<BmcKeySet>, BmcKeySet>