Share via


MediaServicesAccountCollection.CreateOrUpdate Method

Definition

Creates or updates a Media Services account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
  • Operation Id: Mediaservices_CreateOrUpdate
  • Default Api Version: 2023-01-01
  • Resource: MediaServicesAccountResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Media.MediaServicesAccountResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string accountName, Azure.ResourceManager.Media.MediaServicesAccountData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Media.MediaServicesAccountData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Media.MediaServicesAccountResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Media.MediaServicesAccountData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Media.MediaServicesAccountResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, accountName As String, data As MediaServicesAccountData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MediaServicesAccountResource)

Parameters

waitUntil
Azure.WaitUntil

Azure.WaitUntil.Completed if the method should wait to return until the long-running operation has completed on the service; Azure.WaitUntil.Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

accountName
System.String

The Media Services account name.

data
MediaServicesAccountData

The request parameters.

cancellationToken
System.Threading.CancellationToken

The cancellation token to use.

Returns

Azure.ResourceManager.ArmOperation<MediaServicesAccountResource>

Exceptions

System.ArgumentException

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

System.ArgumentNullException

accountName or data is null.

Applies to