ContainerAppDetectorCollection Class

Definition

A class representing a collection of ContainerAppDetectorResource and their operations. Each ContainerAppDetectorResource in the collection will belong to the same instance of ContainerAppResource. To get a ContainerAppDetectorCollection instance call the GetContainerAppDetectors method from an instance of ContainerAppResource.

public class ContainerAppDetectorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource>
type ContainerAppDetectorCollection = class
    inherit ArmCollection
    interface seq<ContainerAppDetectorResource>
    interface IEnumerable
    interface IAsyncEnumerable<ContainerAppDetectorResource>
Public Class ContainerAppDetectorCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ContainerAppDetectorResource), IEnumerable(Of ContainerAppDetectorResource)
Inheritance
ContainerAppDetectorCollection
Implements

Constructors

ContainerAppDetectorCollection()

Initializes a new instance of the ContainerAppDetectorCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Operation Id: ContainerAppsDiagnostics_GetDetector
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Operation Id: ContainerAppsDiagnostics_GetDetector
Get(String, CancellationToken)

Get a diagnostics result of a Container App.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Operation Id: ContainerAppsDiagnostics_GetDetector
GetAll(CancellationToken)

Get the list of diagnostics for a given Container App.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors
  • Operation Id: ContainerAppsDiagnostics_ListDetectors
GetAllAsync(CancellationToken)

Get the list of diagnostics for a given Container App.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors
  • Operation Id: ContainerAppsDiagnostics_ListDetectors
GetAsync(String, CancellationToken)

Get a diagnostics result of a Container App.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Operation Id: ContainerAppsDiagnostics_GetDetector
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Operation Id: ContainerAppsDiagnostics_GetDetector
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Operation Id: ContainerAppsDiagnostics_GetDetector
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ContainerAppDetectorResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ContainerAppDetectorResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to