FileShareResource.Update(WaitUntil, FileSharePatch, CancellationToken) Method

Definition

Update a FileShare

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.FileShares/fileShares/{resourceName}.
  • Operation Id. : FileShares_Update.
  • Default Api Version. : 2026-06-01.
  • Resource. : FileShareResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.FileShares.FileShareResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.FileShares.Models.FileSharePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.FileShares.Models.FileSharePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.FileShares.FileShareResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.FileShares.Models.FileSharePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.FileShares.FileShareResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As FileSharePatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FileShareResource)

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
FileSharePatch

The resource properties to be updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to