Udostępnij za pośrednictwem


CustomLocationCollection.CreateOrUpdate Method

Definition

Creates or updates a Custom Location in the specified Subscription and Resource Group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}
  • Operation Id: CustomLocations_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ExtendedLocations.CustomLocationResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string resourceName, Azure.ResourceManager.ExtendedLocations.CustomLocationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ExtendedLocations.CustomLocationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ExtendedLocations.CustomLocationResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ExtendedLocations.CustomLocationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ExtendedLocations.CustomLocationResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, resourceName As String, data As CustomLocationData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CustomLocationResource)

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.

resourceName
String

Custom Locations name.

data
CustomLocationData

Parameters supplied to create or update a Custom Location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceName or data is null.

Applies to