Share via


ServiceFabricVmSizeResource.Get(CancellationToken) Method

Definition

Get unsupported vm size for Service Fabric Clusters.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/unsupportedVmSizes/{vmSize}
  • Operation Id: UnsupportedVmSizes_Get
  • Default Api Version: 2023-11-01-preview
  • Resource: ServiceFabricVmSizeResource
public virtual Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricVmSizeResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricVmSizeResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabric.ServiceFabricVmSizeResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceFabricVmSizeResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to