Share via


MockableAppContainersArmClient.GetContainerAppManagedEnvironmentDaprComponentResource Method

Definition

Gets an object representing a ContainerAppManagedEnvironmentDaprComponentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerAppManagedEnvironmentDaprComponentResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource GetContainerAppManagedEnvironmentDaprComponentResource (Azure.Core.ResourceIdentifier id);
abstract member GetContainerAppManagedEnvironmentDaprComponentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource
override this.GetContainerAppManagedEnvironmentDaprComponentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource
Public Overridable Function GetContainerAppManagedEnvironmentDaprComponentResource (id As ResourceIdentifier) As ContainerAppManagedEnvironmentDaprComponentResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerAppManagedEnvironmentDaprComponentResource object.

Applies to