ContainerAppManagedEnvironmentDaprComponentCollection.Get Method

Definition

Get a dapr component.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}
  • Operation Id: DaprComponents_Get
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDaprComponentResource
public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource> Get (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource>
Public Overridable Function Get (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 an empty string, and was expected to be non-empty.

componentName is null.

Applies to