AppContainersExtensions.GetContainerAppManagedEnvironmentDaprComponentResource Method

Definition

Gets an object representing a ContainerAppManagedEnvironmentDaprComponentResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetContainerAppManagedEnvironmentDaprComponentResource(ResourceIdentifier) instead. </item>

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

Parameters

client
ArmClient

The ArmClient the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerAppManagedEnvironmentDaprComponentResource object.

Exceptions

client is null.

Applies to