Share via


ServiceFabricManagedClustersExtensions.GetManagedUnsupportedVmSize Method

Definition

Get unsupported vm size for Service Fabric Managed Clusters.

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

vmSize
String

VM Size name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

subscriptionResource or vmSize is null.

Applies to