Share via


ServiceFabricManagedClustersExtensions.GetManagedUnsupportedVmSizesAsync Method

Definition

Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{___location}/managedUnsupportedVMSizes
  • Operation Id: ManagedUnsupportedVMSizes_GetManagedUnsupportedVmSizes
  • Default Api Version: 2025-03-01-preview
<item>MockingTo mock this method, please mock GetManagedUnsupportedVmSizes(AzureLocation, CancellationToken) instead.</item>
public static Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize> GetManagedUnsupportedVmSizesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation ___location, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedUnsupportedVmSizesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>
<Extension()>
Public Function GetManagedUnsupportedVmSizesAsync (subscriptionResource As SubscriptionResource, ___location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ServiceFabricManagedUnsupportedVmSize)

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.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ServiceFabricManagedUnsupportedVmSize that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to