次の方法で共有


ServiceEmergingIssueCollection.GetIfExistsAsync メソッド

定義

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/プロバイダー/Microsoft.ResourceHealth/emergingIssues/{issueName}
  • 操作IdEmergingIssues_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource>> GetIfExistsAsync (Azure.ResourceManager.ResourceHealth.Models.EmergingIssueNameContent issueName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : Azure.ResourceManager.ResourceHealth.Models.EmergingIssueNameContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource>>
override this.GetIfExistsAsync : Azure.ResourceManager.ResourceHealth.Models.EmergingIssueNameContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource>>
Public Overridable Function GetIfExistsAsync (issueName As EmergingIssueNameContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ServiceEmergingIssueResource))

パラメーター

issueName
EmergingIssueNameContent

新しい問題の名前。

cancellationToken
CancellationToken

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

戻り値

適用対象