SupportTicketNoSubFileResource.Update Method

Definition

Update a SupportTicketNoSubFile.

  • Request Path. : /providers/Microsoft.Support/fileWorkspaces/{fileWorkspaceName}/files/{fileName}.
  • Operation Id. : FilesNoSubscription_Create.
  • Default Api Version. : 2025-06-01-preview.
  • Resource. : SupportTicketNoSubFileResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Support.SupportTicketNoSubFileResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Support.SupportFileDetailData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Support.SupportFileDetailData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Support.SupportFileDetailData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Support.SupportTicketNoSubFileResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As SupportFileDetailData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SupportTicketNoSubFileResource)

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.

data
SupportFileDetailData

Create file object.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to