The privateClouds/workloadNetworks/portMirroringProfiles resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles resource, add the following JSON to your template.
{
"type": "Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles",
"apiVersion": "2022-05-01",
"name": "string",
"properties": {
"destination": "string",
"direction": "string",
"displayName": "string",
"revision": "int",
"source": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.AVS/privateClouds/workloadNetworks/portMirroringProfiles' |
apiVersion | The resource api version | '2022-05-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Port Mirroring Properties. | WorkloadNetworkPortMirroringProperties |
Name | Description | Value |
---|---|---|
destination | Destination VM Group. | string |
direction | Direction of port mirroring profile. | 'BIDIRECTIONAL' 'EGRESS' 'INGRESS' |
displayName | Display name of the port mirroring profile. | string |
revision | NSX revision number. | int |
source | Source VM Group. | string |