ExpressRouteLink 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
ExpressRouteLink() |
Initializes a new instance of the ExpressRouteLink class. |
ExpressRouteLink(String, String, String, String, String, String, String, String, String, ExpressRouteLinkMacSecConfig, String, String) |
Initializes a new instance of the ExpressRouteLink class. |
ExpressRouteLink()
Initializes a new instance of the ExpressRouteLink class.
public ExpressRouteLink ();
Public Sub New ()
Applies to
ExpressRouteLink(String, String, String, String, String, String, String, String, String, ExpressRouteLinkMacSecConfig, String, String)
Initializes a new instance of the ExpressRouteLink class.
public ExpressRouteLink (string id = default, string routerName = default, string interfaceName = default, string patchPanelId = default, string rackId = default, string coloLocation = default, string connectorType = default, string adminState = default, string provisioningState = default, Microsoft.Azure.Management.Network.Models.ExpressRouteLinkMacSecConfig macSecConfig = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteLink : string * string * string * string * string * string * string * string * string * Microsoft.Azure.Management.Network.Models.ExpressRouteLinkMacSecConfig * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteLink
Public Sub New (Optional id As String = Nothing, Optional routerName As String = Nothing, Optional interfaceName As String = Nothing, Optional patchPanelId As String = Nothing, Optional rackId As String = Nothing, Optional coloLocation As String = Nothing, Optional connectorType As String = Nothing, Optional adminState As String = Nothing, Optional provisioningState As String = Nothing, Optional macSecConfig As ExpressRouteLinkMacSecConfig = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- routerName
- String
Name of Azure router associated with physical port.
- interfaceName
- String
Name of Azure router interface.
- patchPanelId
- String
Mapping between physical port to patch panel port.
- rackId
- String
Mapping of physical patch panel to rack.
- coloLocation
- String
Cololocation for ExpressRoute Hybrid Direct.
- connectorType
- String
Physical fiber port type. Possible values include: 'LC', 'SC'
- adminState
- String
Administrative state of the physical port. Possible values include: 'Enabled', 'Disabled'
- provisioningState
- String
The provisioning state of the express route link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- macSecConfig
- ExpressRouteLinkMacSecConfig
MacSec configuration.
- name
- String
Name of child port resource that is unique among child port resources of the parent.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET