Bagikan melalui


MockableServiceFabricManagedClustersSubscriptionResource.GetManagedUnsupportedVmSizes 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_List
  • Default Api Version: 2023-12-01-preview
public virtual Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize> GetManagedUnsupportedVmSizes (Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedUnsupportedVmSizes : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>
override this.GetManagedUnsupportedVmSizes : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>
Public Overridable Function GetManagedUnsupportedVmSizes (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceFabricManagedUnsupportedVmSize)

Parameters

location
AzureLocation

The location for the cluster code versions. This is different from cluster location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to