共用方式為


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
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDetectorResource
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
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDetectorResource
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
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDetectorResource
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
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDetectorResource
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
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDetectorResource
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
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDetectorResource
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
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDetectorResource
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
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDetectorResource
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