Freigeben über


SelfHelpExtensions.GetSelfHelpDiagnostic Methode

Definition

Rufen Sie die Diagnose mithilfe des "diagnosticsResourceName" ab, den Sie beim Erstellen der Diagnose ausgewählt haben.

  • Anforderungspfad/{scope}/providers/Microsoft.Help/Diagnose/{diagnosticsResourceName}
  • Vorgang IdDiagnostics_Get
public static Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticResource> GetSelfHelpDiagnostic (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string diagnosticsResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetSelfHelpDiagnostic : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticResource>
<Extension()>
Public Function GetSelfHelpDiagnostic (client As ArmClient, scope As ResourceIdentifier, diagnosticsResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SelfHelpDiagnosticResource)

Parameter

client
ArmClient

Der ArmClient instance, für den die Methode ausgeführt wird.

scope
ResourceIdentifier

Der Bereich, für den die Ressource gilt.

diagnosticsResourceName
String

Eindeutiger Ressourcenname für Insight-Ressourcen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

diagnosticsResourceName ist NULL.

diagnosticsResourceName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

Gilt für: