ILayer3IPPrefixProperties 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.Layer3IPPrefixPropertiesTypeConverter))]
public interface ILayer3IPPrefixProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.Layer3IPPrefixPropertiesTypeConverter))>]
type ILayer3IPPrefixProperties = interface
interface IJsonSerializable
Public Interface ILayer3IPPrefixProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| PrimaryIpv4Prefix |
IPv4 Address Prefix. |
| PrimaryIpv6Prefix |
IPv6 Address Prefix. |
| SecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. |
| SecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |