Share via


AvsPrivateCloudAddonCollection.CreateOrUpdateAsync Method

Definition

Create a Addon

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/addons/{addonName}
  • Operation Id: Addons_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: AvsPrivateCloudAddonResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.AvsPrivateCloudAddonResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string addonName, Azure.ResourceManager.Avs.AvsPrivateCloudAddonData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.AvsPrivateCloudAddonData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.AvsPrivateCloudAddonResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.AvsPrivateCloudAddonData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.AvsPrivateCloudAddonResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, addonName As String, data As AvsPrivateCloudAddonData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AvsPrivateCloudAddonResource))

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.

addonName
String

Name of the addon.

data
AvsPrivateCloudAddonData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

addonName or data is null.

Applies to