ContainerAppManagedEnvironmentResource.GetContainerAppManagedEnvironmentDaprComponent Method

Definition

Get a dapr component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}
  • Operation Id: DaprComponents_Get
public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource> GetContainerAppManagedEnvironmentDaprComponent (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppManagedEnvironmentDaprComponent : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource>
override this.GetContainerAppManagedEnvironmentDaprComponent : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource>
Public Overridable Function GetContainerAppManagedEnvironmentDaprComponent (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppManagedEnvironmentDaprComponentResource)

Parameters

componentName
String

Name of the Dapr Component.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

componentName is null.

componentName is an empty string, and was expected to be non-empty.

Applies to