ExpressRouteLinkInner 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.
ExpressRouteLink
[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteLinkInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteLinkInner = class
inherit SubResource
Public Class ExpressRouteLinkInner
Inherits SubResource
- Inheritance
- Attributes
Remarks
ExpressRouteLink child resource definition.
Constructors
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. |
Properties
AdminState |
Gets or sets administrative state of the physical port. Possible values include: 'Enabled', 'Disabled' |
ConnectorType |
Gets physical fiber port type. Possible values include: 'LC', 'SC' |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
InterfaceName |
Gets name of Azure router interface. |
MacSecConfig |
Gets or sets macSec configuration. |
Name |
Gets or sets name of child port resource that is unique among child port resources of the parent. |
PatchPanelId |
Gets mapping between physical port to patch panel port. |
ProvisioningState |
Gets the provisioning state of the express route link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RackId |
Gets mapping of physical patch panel to rack. |
RouterName |
Gets name of Azure router associated with physical port. |
Applies to
Azure SDK for .NET