NetworkTapPatch interface
The NetworkFabric resource definition.
- Extends
Properties
| annotation | Switch configuration description. |
| destinations | List of destination properties to send the filter traffic. |
| identity | The managed service identities assigned to this resource. |
| polling |
Polling type. |
Inherited Properties
| tags | Resource tags. |
Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
destinations
List of destination properties to send the filter traffic.
destinations?: DestinationPatchProperties[]
Property Value
identity
The managed service identities assigned to this resource.
identity?: ManagedServiceIdentityPatch
Property Value
pollingType
Polling type.
pollingType?: string
Property Value
string
Inherited Property Details
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TagsUpdate.tags