你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceProviderResource.GetFeature(String, CancellationToken) 方法

定义

获取具有指定名称的预览功能。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
  • 操作IdFeatures_Get
public virtual Azure.Response<Azure.ResourceManager.Resources.FeatureResource> GetFeature (string featureName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFeature : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.FeatureResource>
override this.GetFeature : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.FeatureResource>
Public Overridable Function GetFeature (featureName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of FeatureResource)

参数

featureName
String

要获取的功能的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

featureName 为 null。

featureName 是一个空字符串,预期为非空。

适用于