StorageConnectorResource.UpdateAsync Method

Definition

Update a Storage Connector.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/connectors/{connectorName}.
  • Operation Id. : Connectors_Update.
  • Default Api Version. : 2025-08-01.
  • Resource. : StorageConnectorResource.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Storage.StorageConnectorResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Storage.Models.StorageConnectorPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Storage.Models.StorageConnectorPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Storage.StorageConnectorResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Storage.Models.StorageConnectorPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Storage.StorageConnectorResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As StorageConnectorPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of StorageConnectorResource))

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.

patch
StorageConnectorPatch

The updated properties of the Storage Connector.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to