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

CdnExtensions.GetProfileAsync 方法

定义

获取具有指定配置文件名称的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 配置文件,该配置文件位于指定的订阅和资源组下。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}
  • 操作IdProfiles_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.ProfileResource>> GetProfileAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string profileName, System.Threading.CancellationToken cancellationToken = default);
static member GetProfileAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.ProfileResource>>
<Extension()>
Public Function GetProfileAsync (resourceGroupResource As ResourceGroupResource, profileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProfileResource))

参数

resourceGroupResource
ResourceGroupResource

方法 ResourceGroupResource 将对其执行的实例。

profileName
String

资源组中唯一的 Azure Front Door Standard 或 Azure Front Door Premium 或 CDN 配置文件的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

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

profileName 为 null。

适用于