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

ResourceHealthExtensions.GetServiceEmergingIssueAsync 方法

定义

获取 Azure 服务的新问题。

  • 请求路径/providers/Microsoft.ResourceHealth/emergingIssues/{issueName}
  • 操作IdEmergingIssues_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource>> GetServiceEmergingIssueAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.ResourceHealth.Models.EmergingIssueNameContent issueName, System.Threading.CancellationToken cancellationToken = default);
static member GetServiceEmergingIssueAsync : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.ResourceHealth.Models.EmergingIssueNameContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource>>
<Extension()>
Public Function GetServiceEmergingIssueAsync (tenantResource As TenantResource, issueName As EmergingIssueNameContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceEmergingIssueResource))

参数

tenantResource
TenantResource

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

issueName
EmergingIssueNameContent

新出现的问题的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于