ResourceHealthExtensions.GetServiceEmergingIssueAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les problèmes émergents des services Azure.
- Chemin de la demande/providers/Microsoft.ResourceHealth/emergingIssues/{issueName}
- IdEmergingIssues_Get d’opération
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))
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- issueName
- EmergingIssueNameContent
Nom du problème émergent.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.