次の方法で共有


ServiceFabricManagedClustersExtensions.GetManagedUnsupportedVmSize メソッド

定義

Service Fabric マネージド クラスターのサポートされていない VM サイズを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • 操作IdmanagedUnsupportedVMSizes_Get
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)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

location
AzureLocation

クラスター コード バージョンの場所。 これはクラスターの場所とは異なります。

vmSize
String

VM サイズ名。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

vmSize は空の文字列であり、空でないと想定されていました。

vmSize が null です。

適用対象