Udostępnij za pośrednictwem


CollectorPolicyCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a Collector Policy resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}/collectorPolicies/{collectorPolicyName}
  • Operation Id: CollectorPolicies_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkFunction.CollectorPolicyResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string collectorPolicyName, Azure.ResourceManager.NetworkFunction.CollectorPolicyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetworkFunction.CollectorPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkFunction.CollectorPolicyResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetworkFunction.CollectorPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkFunction.CollectorPolicyResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, collectorPolicyName As String, data As CollectorPolicyData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of CollectorPolicyResource))

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.

collectorPolicyName
String

Collector Policy Name.

data
CollectorPolicyData

The parameters to provide for the created Collector Policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

collectorPolicyName or data is null.

Applies to