次の方法で共有


FlexibleServersExtensions.ExecuteLocationBasedCapabilities メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities
  • 操作IdLocationBasedCapabilities_Execute
public static Azure.Pageable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCapabilityProperties> ExecuteLocationBasedCapabilities (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default);
static member ExecuteLocationBasedCapabilities : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCapabilityProperties>
<Extension()>
Public Function ExecuteLocationBasedCapabilities (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PostgreSqlFlexibleServerCapabilityProperties)

パラメーター

subscriptionResource
SubscriptionResource

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

locationName
AzureLocation

場所の名前。

cancellationToken
CancellationToken

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

戻り値

反復処理するために複数の PostgreSqlFlexibleServerCapabilityProperties サービス要求を受け取る可能性がある のコレクション。

適用対象