EdgeConfigTemplateResource.GetEdgeConfigTemplateVersion 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 Config Template Version Resource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/configTemplates/{configTemplateName}/versions/{configTemplateVersionName}
- Operation Id: ConfigTemplateVersion_Get
- Default Api Version: 2025-06-01
- Resource: EdgeConfigTemplateVersionResource
public virtual Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeConfigTemplateVersionResource> GetEdgeConfigTemplateVersion(string configTemplateVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeConfigTemplateVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeConfigTemplateVersionResource>
override this.GetEdgeConfigTemplateVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeConfigTemplateVersionResource>
Public Overridable Function GetEdgeConfigTemplateVersion (configTemplateVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EdgeConfigTemplateVersionResource)
Parameters
- configTemplateVersionName
- String
The name of the ConfigTemplateVersion.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
configTemplateVersionName
is null.
configTemplateVersionName
is an empty string, and was expected to be non-empty.