共用方式為


ContainerAppConnectedEnvironmentDaprComponentCollection.CreateOrUpdate Method

Definition

Creates or updates a Dapr Component in a connected environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/daprComponents/{componentName}
  • Operation Id: ConnectedEnvironmentsDaprComponents_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string componentName, Azure.ResourceManager.AppContainers.ContainerAppDaprComponentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppContainers.ContainerAppDaprComponentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppContainers.ContainerAppDaprComponentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, componentName As String, data As ContainerAppDaprComponentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ContainerAppConnectedEnvironmentDaprComponentResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

componentName
String

Name of the Dapr Component.

data
ContainerAppDaprComponentData

Configuration details 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 or data is null.

Applies to