FarmBeatCollection.CreateOrUpdate Method

Definition

Create or update FarmBeats resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}
  • Operation Id: FarmBeatsModels_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string farmBeatsResourceName, Azure.ResourceManager.AgFoodPlatform.FarmBeatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AgFoodPlatform.FarmBeatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AgFoodPlatform.FarmBeatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AgFoodPlatform.FarmBeatResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, farmBeatsResourceName As String, data As FarmBeatData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of FarmBeatResource)

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.

farmBeatsResourceName
String

FarmBeats resource name.

data
FarmBeatData

FarmBeats resource create or update request object.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

farmBeatsResourceName is an empty string, and was expected to be non-empty.

farmBeatsResourceName or data is null.

Applies to