HciClusterResource.UpdateSecretsLocations Method

Definition

Update cluster secrets locations.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updateSecretsLocations.
  • Operation Id. : Clusters_UpdateSecretsLocations.
  • Default Api Version. : 2026-04-01-preview.
  • Resource. : HciClusterResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.HciClusterResource> UpdateSecretsLocations(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Models.SecretsLocationsChangeContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateSecretsLocations : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.SecretsLocationsChangeContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.HciClusterResource>
override this.UpdateSecretsLocations : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.SecretsLocationsChangeContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.HciClusterResource>
Public Overridable Function UpdateSecretsLocations (waitUntil As WaitUntil, content As SecretsLocationsChangeContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of HciClusterResource)

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.

content
SecretsLocationsChangeContent

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to