Share via


WorkloadNetworkPortMirroringProfileCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

Parameters

portMirroringId
String

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

portMirroringId is null.

Applies to