ServiceFabricManagedClustersExtensions.GetManagedUnsupportedVmSize メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。