NetworkCloudBmcKeySetCollection.CreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new baseboard management controller key set or update the existing one for the provided cluster.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/bmcKeySets/{bmcKeySetName}
- Operation Id: BmcKeySets_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string bmcKeySetName, Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudBmcKeySetResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, bmcKeySetName As String, data As NetworkCloudBmcKeySetData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkCloudBmcKeySetResource)
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- bmcKeySetName
- String
The name of the baseboard management controller key set.
The request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
bmcKeySetName
is an empty string, and was expected to be non-empty.
bmcKeySetName
or data
is null.
Applies to
Azure SDK for .NET