ManagedEnvironmentResource.GetDaprComponent(String, CancellationToken) 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.Applications.Containers.DaprComponentResource> GetDaprComponent (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDaprComponent : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Applications.Containers.DaprComponentResource>
override this.GetDaprComponent : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Applications.Containers.DaprComponentResource>
Public Overridable Function GetDaprComponent (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DaprComponentResource)

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