EdgeSchemaResource.GetEdgeSchemaVersion(String, 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.
Get a Schema Version Resource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/schemas/{schemaName}/versions/{schemaVersionName}
- Operation Id: SchemaVersion_Get
- Default Api Version: 2025-06-01
- Resource: EdgeSchemaVersionResource
public virtual Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaVersionResource> GetEdgeSchemaVersion(string schemaVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeSchemaVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaVersionResource>
override this.GetEdgeSchemaVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeSchemaVersionResource>
Public Overridable Function GetEdgeSchemaVersion (schemaVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EdgeSchemaVersionResource)
Parameters
- schemaVersionName
- String
The name of the SchemaVersion.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
schemaVersionName
is null.
schemaVersionName
is an empty string, and was expected to be non-empty.