ManagedEnvironmentResource.GetDaprComponents Method

Definition

Gets a collection of DaprComponentResources in the ManagedEnvironment.

public virtual Azure.ResourceManager.Applications.Containers.DaprComponentCollection GetDaprComponents ();
abstract member GetDaprComponents : unit -> Azure.ResourceManager.Applications.Containers.DaprComponentCollection
override this.GetDaprComponents : unit -> Azure.ResourceManager.Applications.Containers.DaprComponentCollection
Public Overridable Function GetDaprComponents () As DaprComponentCollection

Returns

An object representing collection of DaprComponentResources and their operations over a DaprComponentResource.

Applies to