| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRoutePeeringState |
ExpressRouteCrossConnectionPeeringInner.state()
Get the state property: The peering state.
|
ExpressRoutePeeringState |
ExpressRouteCircuitPeeringInner.state()
Get the state property: The peering state.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteCrossConnectionPeeringInner |
ExpressRouteCrossConnectionPeeringInner.withState(ExpressRoutePeeringState state)
Set the state property: The peering state.
|
ExpressRouteCircuitPeeringInner |
ExpressRouteCircuitPeeringInner.withState(ExpressRoutePeeringState state)
Set the state property: The peering state.
|
| 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 |
ExpressRouteCircuitPeering.state()
Gets the state of peering.
|
ExpressRoutePeeringState |
ExpressRouteCrossConnectionPeering.state() |
| 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 © 2020 Microsoft Corporation. All rights reserved.