ContainerAppManagedEnvironmentDaprComponentCollection Class

Definition

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

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

Constructors

ContainerAppManagedEnvironmentDaprComponentCollection()

Initializes a new instance of the ContainerAppManagedEnvironmentDaprComponentCollection 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

CreateOrUpdate(WaitUntil, String, ContainerAppDaprComponentData, CancellationToken)

Creates or updates a Dapr Component in a Managed Environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}
  • Operation Id: DaprComponents_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ContainerAppDaprComponentData, CancellationToken)

Creates or updates a Dapr Component in a Managed Environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}
  • Operation Id: DaprComponents_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}
  • Operation Id: DaprComponents_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

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

Get a dapr component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}
  • Operation Id: DaprComponents_Get
GetAll(CancellationToken)

Get the Dapr Components for a managed environment.

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

Get the Dapr Components for a managed environment.

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

Get a dapr component.

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}
  • Operation Id: DaprComponents_Get
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<ContainerAppManagedEnvironmentDaprComponentResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ContainerAppManagedEnvironmentDaprComponentResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to