EdgeSolutionResource.GetEdgeSolutionVersionAsync 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 Solution Version Resource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/targets/{targetName}/solutions/{solutionName}/versions/{solutionVersionName}
- Operation Id: SolutionVersion_Get
- Default Api Version: 2025-06-01
- Resource: EdgeSolutionVersionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeSolutionVersionResource>> GetEdgeSolutionVersionAsync(string solutionVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeSolutionVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeSolutionVersionResource>>
override this.GetEdgeSolutionVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeSolutionVersionResource>>
Public Overridable Function GetEdgeSolutionVersionAsync (solutionVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EdgeSolutionVersionResource))
Parameters
- solutionVersionName
- String
Name of the solution version.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
solutionVersionName is null.
solutionVersionName is an empty string, and was expected to be non-empty.