IVpnConfigurationPatchablePropertiesOptionAProperties 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.VpnConfigurationPatchablePropertiesOptionAPropertiesTypeConverter))]
public interface IVpnConfigurationPatchablePropertiesOptionAProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ILayer3IPPrefixProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IOptionAProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.VpnConfigurationPatchablePropertiesOptionAPropertiesTypeConverter))>]
type IVpnConfigurationPatchablePropertiesOptionAProperties = interface
interface IJsonSerializable
interface IOptionAProperties
interface ILayer3IPPrefixProperties
Public Interface IVpnConfigurationPatchablePropertiesOptionAProperties
Implements ILayer3IPPrefixProperties, IOptionAProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| BfdConfigurationAdministrativeState |
Administrative state of the BfdConfiguration. Example: Enabled | Disabled. (Inherited from IOptionAProperties) |
| BfdConfigurationIntervalInMilliSecond |
Interval in milliseconds. Example: 300. (Inherited from IOptionAProperties) |
| BfdConfigurationMultiplier |
Multiplier for the Bfd Configuration. Example: 5. (Inherited from IOptionAProperties) |
| Mtu |
MTU to use for option A peering. (Inherited from IOptionAProperties) |
| PeerAsn |
Peer ASN number.Example : 28 (Inherited from IOptionAProperties) |
| PrimaryIpv4Prefix |
IPv4 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| PrimaryIpv6Prefix |
IPv6 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| SecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| SecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. (Inherited from ILayer3IPPrefixProperties) |
| VlanId |
Vlan Id.Example : 501 (Inherited from IOptionAProperties) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |