你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerAppManagedEnvironmentDaprComponentCollection.CreateOrUpdate Method

Definition

Creates or updates a Dapr Component in a Managed Environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName}
  • Operation Id: DaprComponents_CreateOrUpdate
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppManagedEnvironmentDaprComponentResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource> 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.ContainerAppManagedEnvironmentDaprComponentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppContainers.ContainerAppDaprComponentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.ContainerAppManagedEnvironmentDaprComponentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, componentName As String, data As ContainerAppDaprComponentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ContainerAppManagedEnvironmentDaprComponentResource)

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