OptionAProperties Class
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.
Peering optionA properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionAPropertiesTypeConverter))]
public class OptionAProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IOptionAProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionAPropertiesTypeConverter))>]
type OptionAProperties = class
interface IOptionAProperties
interface IJsonSerializable
Public Class OptionAProperties
Implements IOptionAProperties
- Inheritance
-
OptionAProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OptionAProperties() |
Creates an new OptionAProperties instance. |
Properties
| Name | Description |
|---|---|
| BfdConfigurationAdministrativeState |
Administrative state of the BfdConfiguration. Example: Enabled | Disabled. |
| BfdConfigurationIntervalInMilliSecond |
Interval in milliseconds. Example: 300. |
| BfdConfigurationMultiplier |
Multiplier for the Bfd Configuration. Example: 5. |
| Mtu |
MTU to use for option A peering. |
| PeerAsn |
Peer ASN number.Example : 28 |
| VlanId |
Vlan Id.Example : 501 |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OptionAProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OptionAProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IOptionAProperties. |
| FromJsonString(String) |
Creates a new instance of OptionAProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OptionAProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |