共用方式為


ProjectFileCollection.CreateOrUpdate Method

Definition

The PUT method creates a new file or updates an existing one.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/files/{fileName}
  • Operation Id: Files_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataMigration.ProjectFileResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string fileName, Azure.ResourceManager.DataMigration.ProjectFileData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DataMigration.ProjectFileData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataMigration.ProjectFileResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DataMigration.ProjectFileData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DataMigration.ProjectFileResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, fileName As String, data As ProjectFileData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ProjectFileResource)

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.

fileName
String

Name of the File.

data
ProjectFileData

Information about the file.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

fileName is an empty string, and was expected to be non-empty.

fileName or data is null.

Applies to