ILayer3IPPrefixProperties Interface

Definition

[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)

Applies to