Freigeben über


ContainerAppResource.GetContainerAppDetector Methode

Definition

Ruft ein Diagnose Ergebnis einer Container-App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Vorgangs-IdContainerAppsDiagnostics_GetDetector
public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource> GetContainerAppDetector (string detectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppDetector : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource>
override this.GetContainerAppDetector : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource>
Public Overridable Function GetContainerAppDetector (detectorName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppDetectorResource)

Parameter

detectorName
String

Name der Container-App-Erkennung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

detectorName ist NULL.

Gilt für: