NetworkTapRulePatch interface
The NetworkTapRule resource definition.
- Extends
Properties
| annotation | Switch configuration description. |
| configuration |
Input method to configure Network Tap Rule. |
| dynamic |
List of dynamic match configurations. |
| global |
Global network tap rule actions |
| identity | The managed service identities assigned to this resource. |
| identity |
The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned. |
| match |
List of match configurations. |
| tap |
Network Tap Rules file URL. |
Inherited Properties
| tags | Resource tags. |
Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
configurationType
Input method to configure Network Tap Rule.
configurationType?: string
Property Value
string
dynamicMatchConfigurations
List of dynamic match configurations.
dynamicMatchConfigurations?: CommonDynamicMatchConfigurationPatch[]
Property Value
globalNetworkTapRuleActions
Global network tap rule actions
globalNetworkTapRuleActions?: GlobalNetworkTapRuleActionPatchProperties
Property Value
identity
The managed service identities assigned to this resource.
identity?: ManagedServiceIdentityPatch
Property Value
identitySelector
The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned.
identitySelector?: IdentitySelectorPatch
Property Value
matchConfigurations
List of match configurations.
matchConfigurations?: NetworkTapRuleMatchConfigurationPatch[]
Property Value
tapRulesUrl
Network Tap Rules file URL.
tapRulesUrl?: string
Property Value
string
Inherited Property Details
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TagsUpdate.tags