ExternalNetworkPatchPropertiesOptionAProperties 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.
option A properties object
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPatchPropertiesOptionAPropertiesTypeConverter))]
public class ExternalNetworkPatchPropertiesOptionAProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IExternalNetworkPatchPropertiesOptionAProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPatchPropertiesOptionAPropertiesTypeConverter))>]
type ExternalNetworkPatchPropertiesOptionAProperties = class
interface IExternalNetworkPatchPropertiesOptionAProperties
interface IJsonSerializable
interface ILayer3IPPrefixProperties
interface IL3OptionAProperties
interface IValidates
Public Class ExternalNetworkPatchPropertiesOptionAProperties
Implements IExternalNetworkPatchPropertiesOptionAProperties, IValidates
- Inheritance
-
ExternalNetworkPatchPropertiesOptionAProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExternalNetworkPatchPropertiesOptionAProperties() |
Creates an new ExternalNetworkPatchPropertiesOptionAProperties instance. |
Properties
| Name | Description |
|---|---|
| BfdConfiguration |
BFD configuration properties |
| EgressAclId |
Egress Acl. ARM resource ID of Access Control Lists. |
| FabricAsn |
Fabric ASN number. Example 65001 |
| IngressAclId |
Ingress Acl. ARM resource ID of Access Control Lists. |
| Mtu |
MTU to use for option A peering. |
| PeerAsn |
Peer ASN number.Example : 28 |
| PrimaryIpv4Prefix |
IPv4 Address Prefix. |
| PrimaryIpv6Prefix |
IPv6 Address Prefix. |
| SecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. |
| SecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. |
| VlanId |
Vlan identifier. Example : 501 |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExternalNetworkPatchPropertiesOptionAProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExternalNetworkPatchPropertiesOptionAProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IExternalNetworkPatchPropertiesOptionAProperties. |
| FromJsonString(String) |
Creates a new instance of ExternalNetworkPatchPropertiesOptionAProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExternalNetworkPatchPropertiesOptionAProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |