Share via


WorkloadNetworkPortMirroringProfileCollection.CreateOrUpdateAsync Method

Definition

Create a port mirroring profile by id in a private cloud workload network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/portMirroringProfiles/{portMirroringId}
  • Operation Id: WorkloadNetworks_CreatePortMirroring
  • Default Api Version: 2023-03-01
  • Resource: WorkloadNetworkPortMirroringProfileResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.WorkloadNetworkPortMirroringProfileResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string portMirroringId, Azure.ResourceManager.Avs.WorkloadNetworkPortMirroringProfileData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.WorkloadNetworkPortMirroringProfileData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.WorkloadNetworkPortMirroringProfileResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Avs.WorkloadNetworkPortMirroringProfileData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.WorkloadNetworkPortMirroringProfileResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, portMirroringId As String, data As WorkloadNetworkPortMirroringProfileData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of WorkloadNetworkPortMirroringProfileResource))

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.

portMirroringId
String

NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name.

data
WorkloadNetworkPortMirroringProfileData

NSX port mirroring.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

portMirroringId or data is null.

Applies to