Udostępnij za pośrednictwem


ExpressRouteLinkInner Constructors

Definition

Overloads

ExpressRouteLinkInner()

Initializes a new instance of the ExpressRouteLinkInner class.

ExpressRouteLinkInner(String, String, String, String, String, ExpressRouteLinkConnectorType, ExpressRouteLinkAdminState, ProvisioningState, ExpressRouteLinkMacSecConfig, String, String)

Initializes a new instance of the ExpressRouteLinkInner class.

ExpressRouteLinkInner()

Initializes a new instance of the ExpressRouteLinkInner class.

public ExpressRouteLinkInner ();
Public Sub New ()

Applies to

ExpressRouteLinkInner(String, String, String, String, String, ExpressRouteLinkConnectorType, ExpressRouteLinkAdminState, ProvisioningState, ExpressRouteLinkMacSecConfig, String, String)

Initializes a new instance of the ExpressRouteLinkInner class.

public ExpressRouteLinkInner (string id = default, string routerName = default, string interfaceName = default, string patchPanelId = default, string rackId = default, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkConnectorType connectorType = default, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkAdminState adminState = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkMacSecConfig macSecConfig = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkInner : string * string * string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkConnectorType * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkAdminState * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkMacSecConfig * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkInner
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 connectorType As ExpressRouteLinkConnectorType = Nothing, Optional adminState As ExpressRouteLinkAdminState = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional macSecConfig As ExpressRouteLinkMacSecConfig = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String
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.

connectorType
ExpressRouteLinkConnectorType

Physical fiber port type. Possible values include: 'LC', 'SC'

adminState
ExpressRouteLinkAdminState

Administrative state of the physical port. Possible values include: 'Enabled', 'Disabled'

provisioningState
ProvisioningState

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