EdgeSchemaResource.UpdateAsync(EdgeSchemaPatch, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
update a Schema Resource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}
- Operation Id: Schema_Update
- Default Api Version: 2025-06-01
- Resource: EdgeSchemaResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaResource>> UpdateAsync(Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSchemaPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSchemaPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaResource>>
override this.UpdateAsync : Azure.ResourceManager.WorkloadOrchestration.Models.EdgeSchemaPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaResource>>
Public Overridable Function UpdateAsync (patch As EdgeSchemaPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EdgeSchemaResource))
Parameters
- patch
- EdgeSchemaPatch
The resource properties to be updated.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
patch
is null.