MockableAppContainersArmClient.GetContainerAppConnectedEnvironmentDaprComponentResource Method

Definition

Gets an object representing a ContainerAppConnectedEnvironmentDaprComponentResource 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 ContainerAppConnectedEnvironmentDaprComponentResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerAppConnectedEnvironmentDaprComponentResource object.

Applies to