Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static ExpressRoutePeeringState |
ExpressRoutePeeringState.DISABLED
Static value Disabled for ExpressRoutePeeringState.
|
static ExpressRoutePeeringState |
ExpressRoutePeeringState.ENABLED
Static value Enabled for ExpressRoutePeeringState.
|
Modifier and Type | Method and Description |
---|---|
static ExpressRoutePeeringState |
ExpressRoutePeeringState.fromString(String name)
Creates or finds a ExpressRoutePeeringState from its string representation.
|
ExpressRoutePeeringState |
ExpressRouteCrossConnectionPeering.state() |
ExpressRoutePeeringState |
ExpressRouteCircuitPeering.state()
Gets the state of peering.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ExpressRoutePeeringState> |
ExpressRoutePeeringState.values() |
Modifier and Type | Method and Description |
---|---|
ExpressRouteCrossConnectionPeering.DefinitionStages.WithCreate |
ExpressRouteCrossConnectionPeering.DefinitionStages.WithState.withState(ExpressRoutePeeringState state)
Specifies the peering state.
|
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithState.withState(ExpressRoutePeeringState state)
Specifies the peering state.
|
Copyright © 2019. All rights reserved.