Freigeben über


EdgeDynamicSchemaVersionCollection.Get(String, CancellationToken) Method

Definition

Get a Dynamic Schema Version Resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/dynamicSchemas/{dynamicSchemaName}/versions/{dynamicSchemaVersionName}
  • Operation Id: DynamicSchemaVersion_Get
  • Default Api Version: 2025-06-01
  • Resource: EdgeDynamicSchemaVersionResource
public virtual Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaVersionResource> Get(string dynamicSchemaVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaVersionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeDynamicSchemaVersionResource>
Public Overridable Function Get (dynamicSchemaVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EdgeDynamicSchemaVersionResource)

Parameters

dynamicSchemaVersionName
String

The name of the DynamicSchemaVersion.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dynamicSchemaVersionName is null.

Applies to