ExpressRouteConnectionInner 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.
ExpressRouteConnection resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteConnectionInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteConnectionInner = class
inherit SubResource
Public Class ExpressRouteConnectionInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
ExpressRouteConnectionInner() |
Initializes a new instance of the ExpressRouteConnectionInner class. |
ExpressRouteConnectionInner(ExpressRouteCircuitPeeringId, String, String, ProvisioningState, String, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the ExpressRouteConnectionInner class. |
Properties
AuthorizationKey |
Gets or sets authorization key to establish the connection. |
EnableInternetSecurity |
Gets or sets enable internet security. |
ExpressRouteCircuitPeering |
Gets or sets the ExpressRoute circuit peering. |
Id |
Resource Id (Inherited from SubResource) |
Name |
Gets or sets the name of the resource. |
ProvisioningState |
Gets the provisioning state of the express route connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RoutingWeight |
Gets or sets the routing weight associated to the connection. |
Methods
Validate() |
Validate the object. |