Share via


StorageMoverEndpointCollection.CreateOrUpdate Method

Definition

Creates or updates an Endpoint resource, which represents a data transfer source or destination.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}
  • Operation Id: Endpoints_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageMover.StorageMoverEndpointResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string endpointName, Azure.ResourceManager.StorageMover.StorageMoverEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.StorageMover.StorageMoverEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageMover.StorageMoverEndpointResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.StorageMover.StorageMoverEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageMover.StorageMoverEndpointResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, endpointName As String, data As StorageMoverEndpointData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of StorageMoverEndpointResource)

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.

endpointName
String

The name of the Endpoint resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

endpointName or data is null.

Applies to