次の方法で共有


IFeatures.GetAsync(String, String, CancellationToken) メソッド

定義

サブスクリプションのすべての機能を取得します。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureResponse> GetAsync (string resourceProviderNamespace, string featureName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureResponse>
Public Function GetAsync (resourceProviderNamespace As String, featureName As String, cancellationToken As CancellationToken) As Task(Of FeatureResponse)

パラメーター

resourceProviderNamespace
String

リソース プロバイダーの名前空間です。

featureName
String

リソース プロバイダーのプレビュー機能名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

プレビューされた機能情報。

適用対象