次の方法で共有


ResourceHealthExtensions.GetServiceEmergingIssueAsync メソッド

定義

Azure サービスの新しい問題を取得します。

  • 要求パス/プロバイダー/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

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

戻り値

適用対象