次の方法で共有


FlexibleServersExtensions.GetMySqlFlexibleServersCapabilityAsync メソッド

定義

特定のサブスクリプション内の指定した場所にある機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/capabilitySets/{capabilitySetName}
  • 操作IdLocationBasedCapabilitySet_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServersCapabilityResource>> GetMySqlFlexibleServersCapabilityAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, string capabilitySetName, System.Threading.CancellationToken cancellationToken = default);
static member GetMySqlFlexibleServersCapabilityAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MySql.FlexibleServers.MySqlFlexibleServersCapabilityResource>>
<Extension()>
Public Function GetMySqlFlexibleServersCapabilityAsync (subscriptionResource As SubscriptionResource, locationName As AzureLocation, capabilitySetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MySqlFlexibleServersCapabilityResource))

パラメーター

subscriptionResource
SubscriptionResource

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

locationName
AzureLocation

場所の名前。

capabilitySetName
String

機能セットの名前。

cancellationToken
CancellationToken

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

戻り値

例外

capabilitySetName が null です。

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

適用対象