Share via


ContainerAppManagedEnvironmentDetectorCollection Class

Definition

A class representing a collection of ContainerAppManagedEnvironmentDetectorResource and their operations. Each ContainerAppManagedEnvironmentDetectorResource in the collection will belong to the same instance of ContainerAppManagedEnvironmentResource. To get a ContainerAppManagedEnvironmentDetectorCollection instance call the GetContainerAppManagedEnvironmentDetectors method from an instance of ContainerAppManagedEnvironmentResource.

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

Constructors

ContainerAppManagedEnvironmentDetectorCollection()

Initializes a new instance of the ContainerAppManagedEnvironmentDetectorCollection 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/managedEnvironments/{environmentName}/detectors/{detectorName}
  • Operation Id: ManagedEnvironmentDiagnostics_GetDetector
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

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

Get the diagnostics data for a Managed Environment used to host container apps.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/detectors/{detectorName}
  • Operation Id: ManagedEnvironmentDiagnostics_GetDetector
GetAll(CancellationToken)

Get the list of diagnostics for a Managed Environment used to host container apps.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/detectors
  • Operation Id: ManagedEnvironmentDiagnostics_ListDetectors
GetAllAsync(CancellationToken)

Get the list of diagnostics for a Managed Environment used to host container apps.

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

Get the diagnostics data for a Managed Environment used to host container apps.

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/detectors/{detectorName}
  • Operation Id: ManagedEnvironmentDiagnostics_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<ContainerAppManagedEnvironmentDetectorResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ContainerAppManagedEnvironmentDetectorResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to