AppContainersExtensions.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. MockingTo mock this method, please mock GetContainerAppConnectedEnvironmentDaprComponentResource(ResourceIdentifier) instead.

public static Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource GetContainerAppConnectedEnvironmentDaprComponentResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetContainerAppConnectedEnvironmentDaprComponentResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource
<Extension()>
Public Function GetContainerAppConnectedEnvironmentDaprComponentResource (client As ArmClient, id As ResourceIdentifier) As ContainerAppConnectedEnvironmentDaprComponentResource

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerAppConnectedEnvironmentDaprComponentResource object.

Exceptions

client is null.

Applies to