次の方法で共有


ServiceFabricManagedClustersExtensions.GetManagedUnsupportedVmSizeAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • 操作IdmanagedUnsupportedVMSizes_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>> GetManagedUnsupportedVmSizeAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string vmSize, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedUnsupportedVmSizeAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>>
<Extension()>
Public Function GetManagedUnsupportedVmSizeAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, vmSize As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceFabricManagedUnsupportedVmSize))

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

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

vmSize
String

VM サイズ名。

cancellationToken
CancellationToken

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

戻り値

例外

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

vmSize が null です。

適用対象