ResourceHealthExtensions.GetServiceEmergingIssue 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/providers/Microsoft.ResourceHealth/emergingIssues/{issueName}
- IdEmergingIssues_Get d’opération
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)
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.