ExpressRouteCrossConnectionPeeringInner Constructors
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.
Overloads
ExpressRouteCrossConnectionPeeringInner() |
Initializes a new instance of the ExpressRouteCrossConnectionPeeringInner class. |
ExpressRouteCrossConnectionPeeringInner(String, ExpressRoutePeeringType, ExpressRoutePeeringState, Nullable<Int32>, Nullable<Int64>, String, String, String, String, String, Nullable<Int32>, ExpressRouteCircuitPeeringConfig, ProvisioningState, String, String, Ipv6ExpressRouteCircuitPeeringConfig, String, String) |
Initializes a new instance of the ExpressRouteCrossConnectionPeeringInner class. |
ExpressRouteCrossConnectionPeeringInner()
Initializes a new instance of the ExpressRouteCrossConnectionPeeringInner class.
public ExpressRouteCrossConnectionPeeringInner ();
Public Sub New ()
Applies to
ExpressRouteCrossConnectionPeeringInner(String, ExpressRoutePeeringType, ExpressRoutePeeringState, Nullable<Int32>, Nullable<Int64>, String, String, String, String, String, Nullable<Int32>, ExpressRouteCircuitPeeringConfig, ProvisioningState, String, String, Ipv6ExpressRouteCircuitPeeringConfig, String, String)
Initializes a new instance of the ExpressRouteCrossConnectionPeeringInner class.
public ExpressRouteCrossConnectionPeeringInner (string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePeeringType peeringType = default, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePeeringState state = default, int? azureASN = default, long? peerASN = default, string primaryPeerAddressPrefix = default, string secondaryPeerAddressPrefix = default, string primaryAzurePort = default, string secondaryAzurePort = default, string sharedKey = default, int? vlanId = default, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringConfig microsoftPeeringConfig = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string gatewayManagerEtag = default, string lastModifiedBy = default, Microsoft.Azure.Management.Network.Fluent.Models.Ipv6ExpressRouteCircuitPeeringConfig ipv6PeeringConfig = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCrossConnectionPeeringInner : string * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePeeringType * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePeeringState * Nullable<int> * Nullable<int64> * string * string * string * string * string * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringConfig * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * Microsoft.Azure.Management.Network.Fluent.Models.Ipv6ExpressRouteCircuitPeeringConfig * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCrossConnectionPeeringInner
Public Sub New (Optional id As String = Nothing, Optional peeringType As ExpressRoutePeeringType = Nothing, Optional state As ExpressRoutePeeringState = Nothing, Optional azureASN As Nullable(Of Integer) = Nothing, Optional peerASN As Nullable(Of Long) = Nothing, Optional primaryPeerAddressPrefix As String = Nothing, Optional secondaryPeerAddressPrefix As String = Nothing, Optional primaryAzurePort As String = Nothing, Optional secondaryAzurePort As String = Nothing, Optional sharedKey As String = Nothing, Optional vlanId As Nullable(Of Integer) = Nothing, Optional microsoftPeeringConfig As ExpressRouteCircuitPeeringConfig = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional gatewayManagerEtag As String = Nothing, Optional lastModifiedBy As String = Nothing, Optional ipv6PeeringConfig As Ipv6ExpressRouteCircuitPeeringConfig = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
- peeringType
- ExpressRoutePeeringType
The peering type. Possible values include: 'AzurePublicPeering', 'AzurePrivatePeering', 'MicrosoftPeering'
- state
- ExpressRoutePeeringState
The peering state. Possible values include: 'Disabled', 'Enabled'
- primaryPeerAddressPrefix
- String
The primary address prefix.
- secondaryPeerAddressPrefix
- String
The secondary address prefix.
- primaryAzurePort
- String
The primary port.
- secondaryAzurePort
- String
The secondary port.
- sharedKey
- String
The shared key.
- microsoftPeeringConfig
- ExpressRouteCircuitPeeringConfig
The Microsoft peering configuration.
- provisioningState
- ProvisioningState
The provisioning state of the express route cross connection peering resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- gatewayManagerEtag
- String
The GatewayManager Etag.
- lastModifiedBy
- String
Who was the last to modify the peering.
- ipv6PeeringConfig
- Ipv6ExpressRouteCircuitPeeringConfig
The IPv6 peering configuration.
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET