MockableServiceFabricManagedClustersSubscriptionResource.GetManagedClusterVersion 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.
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: 2024-09-01-preview
public virtual Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion> GetManagedClusterVersion(Azure.Core.AzureLocation location, string clusterVersion, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedClusterVersion : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion>
override this.GetManagedClusterVersion : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion>
Public Overridable Function GetManagedClusterVersion (location As AzureLocation, clusterVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceFabricManagedClusterVersion)
Parameters
- 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.
clusterVersion
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET