SubscriptionAliasCollection.CreateOrUpdate Method

Definition

Create Alias Subscription.

  • Request Path: /providers/Microsoft.Subscription/aliases/{aliasName}
  • Operation Id: Alias_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Subscription.SubscriptionAliasResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string aliasName, Azure.ResourceManager.Subscription.Models.SubscriptionAliasCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Subscription.Models.SubscriptionAliasCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Subscription.SubscriptionAliasResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Subscription.Models.SubscriptionAliasCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Subscription.SubscriptionAliasResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, aliasName As String, content As SubscriptionAliasCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SubscriptionAliasResource)

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.

aliasName
String

AliasName is the name for the subscription creation request. Note that this is not the same as subscription name and this doesn’t have any other lifecycle need beyond the request for subscription creation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

aliasName or content is null.

Applies to