次の方法で共有


IotOperationsDataflowResource.UpdateAsync Method

Definition

Create a DataflowResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
  • Operation Id: DataflowResource_CreateOrUpdate
  • Default Api Version: 2024-11-01
  • Resource: IotOperationsDataflowResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.IotOperations.IotOperationsDataflowResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.IotOperations.IotOperationsDataflowData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.IotOperations.IotOperationsDataflowData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.IotOperations.IotOperationsDataflowResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.IotOperations.IotOperationsDataflowData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.IotOperations.IotOperationsDataflowResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, data As IotOperationsDataflowData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of IotOperationsDataflowResource))

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.

data
IotOperationsDataflowData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to