MockableServiceFabricManagedClustersSubscriptionResource.GetManagedClusterVersionsByEnvironment 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 all available code versions for Service Fabric cluster resources by environment.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{___location}/environments/{environment}/managedClusterVersions
- Operation Id: ManagedClusterVersion_ListByEnvironment
- Default Api Version: 2025-03-01-preview
public virtual Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion> GetManagedClusterVersionsByEnvironment(Azure.Core.AzureLocation ___location, Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterVersionEnvironment environment, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedClusterVersionsByEnvironment : Azure.Core.AzureLocation * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterVersionEnvironment * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion>
override this.GetManagedClusterVersionsByEnvironment : Azure.Core.AzureLocation * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedClusterVersionEnvironment * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterVersion>
Public Overridable Function GetManagedClusterVersionsByEnvironment (___location As AzureLocation, environment As ManagedClusterVersionEnvironment, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceFabricManagedClusterVersion)
Parameters
- ___location
- AzureLocation
The ___location for the cluster code versions. This is different from cluster ___location.
- environment
- ManagedClusterVersionEnvironment
The operating system of the cluster.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ServiceFabricManagedClusterVersion that may take multiple service requests to iterate over.