Share via


DataCollectionRuleAssociationCollection.CreateOrUpdate Method

Definition

Creates or updates an association.

  • Request Path: /{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}
  • Operation Id: DataCollectionRuleAssociations_Create
  • Default Api Version: 2022-06-01
  • Resource: DataCollectionRuleAssociationResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string associationName, Azure.ResourceManager.Monitor.DataCollectionRuleAssociationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.DataCollectionRuleAssociationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.DataCollectionRuleAssociationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, associationName As String, data As DataCollectionRuleAssociationData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DataCollectionRuleAssociationResource)

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.

associationName
String

The name of the association. The name is case insensitive.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

associationName or data is null.

Applies to