INetworkTapProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapPropertiesTypeConverter))]
public interface INetworkTapProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkTapPropertiesTypeConverter))>]
type INetworkTapProperties = interface
interface IJsonSerializable
interface IAnnotationResource
Public Interface INetworkTapProperties
Implements IAnnotationResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AdministrativeState |
Administrative state of the resource. Example -Enabled/Disabled |
| Annotation |
Switch configuration description. (Inherited from IAnnotationResource) |
| ConfigurationState |
Gets the configurations state of the resource. |
| Destination |
List of destinations to send the filter traffic. |
| NetworkPacketBrokerId |
ARM resource ID of the Network Packet Broker. |
| PollingType |
Polling type. |
| ProvisioningState |
Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of Network Tap provisioning. |
| SourceTapRuleId |
Source Tap Rule Id. ARM Resource ID of the Network Tap Rule. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |