EdgeDynamicSchemaCollection.CreateOrUpdateAsync Method

Definition

Create or update a DynamicSchema Resource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}.
  • Operation Id. : DynamicSchemas_CreateOrUpdate.
  • Default Api Version. : 2025-06-01.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string dynamicSchemaName, Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, dynamicSchemaName As String, data As EdgeDynamicSchemaData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of EdgeDynamicSchemaResource))

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.

dynamicSchemaName
String

The name of the DynamicSchema.

data
EdgeDynamicSchemaData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

dynamicSchemaName or data is null.

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

Applies to