ContainerAppJobResource.GetContainerAppJobDetector Method

Definition

Get the diagnostics data for a Container App Job.

public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppJobDetectorResource> GetContainerAppJobDetector(string detectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppJobDetector : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppJobDetectorResource>
override this.GetContainerAppJobDetector : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppJobDetectorResource>
Public Overridable Function GetContainerAppJobDetector (detectorName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppJobDetectorResource)

Parameters

detectorName
String

Proxy API Name for Container App Job.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

detectorName is null.

detectorName is an empty string, and was expected to be non-empty.

Applies to