Share via


MockableServiceFabricManagedClustersSubscriptionResource.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
public virtual Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize> GetManagedUnsupportedVmSize(Azure.Core.AzureLocation ___location, string vmSize, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedUnsupportedVmSize : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>
override this.GetManagedUnsupportedVmSize : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>
Public Overridable Function GetManagedUnsupportedVmSize (___location As AzureLocation, vmSize As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceFabricManagedUnsupportedVmSize)

Parameters

___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.

vmSize is null.

Applies to