ResourceHealthExtensions.GetServiceEmergingIssue Method

Definition

Gets Azure services' emerging issues.

  • Request Path: /providers/Microsoft.ResourceHealth/emergingIssues/{issueName}
  • Operation Id: EmergingIssues_Get
public static Azure.Response<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource> GetServiceEmergingIssue (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.ResourceHealth.Models.EmergingIssueNameContent issueName, System.Threading.CancellationToken cancellationToken = default);
static member GetServiceEmergingIssue : Azure.ResourceManager.Resources.TenantResource * Azure.ResourceManager.ResourceHealth.Models.EmergingIssueNameContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource>
<Extension()>
Public Function GetServiceEmergingIssue (tenantResource As TenantResource, issueName As EmergingIssueNameContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceEmergingIssueResource)

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

issueName
EmergingIssueNameContent

The name of the emerging issue.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

tenantResource is null.

Applies to