Share via


ServiceFabricManagedClustersExtensions.GetManagedClusterVersionAsync Method

Definition

Gets information about an available Service Fabric managed cluster code version.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{___location}/managedClusterVersions/{clusterVersion}
  • Operation Id: ManagedClusterVersion_Get
  • Default Api Version: 2025-03-01-preview
<item>MockingTo mock this method, please mock GetManagedClusterVersion(AzureLocation, String, CancellationToken) instead.</item>
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion>> GetManagedClusterVersionAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location, string clusterVersion, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedClusterVersionAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion>>
<Extension()>
Public Function GetManagedClusterVersionAsync (subscriptionResource As SubscriptionResource, ___location As AzureLocation, clusterVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceFabricManagedClusterVersion))

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

___location
AzureLocation

The ___location for the cluster code versions. This is different from cluster ___location.

clusterVersion
String

The cluster code version.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

subscriptionResource or clusterVersion is null.

Applies to