ExpressRouteCircuit Interface
Implements
public interface ExpressRouteCircuit
extends GroupableResource<NetworkManager,ExpressRouteCircuitInner>, Refreshable<ExpressRouteCircuit>, Updatable<Update>, UpdatableWithTags<ExpressRouteCircuit>
Entry point for Express Route Circuit management API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
circuitProvisioningState()
Gets the Circuit |
abstract boolean |
isAllowClassicOperations()
Checks whether classic operations allowed. |
abstract
Express |
peerings()
Gets entry point to manage express route peerings associated with express route circuit. |
abstract
Map<String,Express |
peeringsMap()
Gets the peerings associated with this express route circuit. |
abstract String |
provisioningState()
Gets the provisioning state of the express route circuit resource. |
abstract String |
serviceKey()
gets the service key. |
abstract String |
serviceProviderNotes()
Gets the service provider notes. |
abstract
Express |
serviceProviderProperties()
Gets the service provider properties. |
abstract
Service |
serviceProviderProvisioningState()
The Service |
abstract
Express |
sku()
Gets the SKU type. |
Method Details
circuitProvisioningState
public abstract String circuitProvisioningState()
Gets the CircuitProvisioningState state of the resource.
Returns:
isAllowClassicOperations
public abstract boolean isAllowClassicOperations()
Checks whether classic operations allowed.
Returns:
peerings
public abstract ExpressRouteCircuitPeerings peerings()
Gets entry point to manage express route peerings associated with express route circuit.
Returns:
peeringsMap
public abstract Map
Gets the peerings associated with this express route circuit.
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioning state of the express route circuit resource.
Returns:
serviceKey
public abstract String serviceKey()
gets the service key.
Returns:
serviceProviderNotes
public abstract String serviceProviderNotes()
Gets the service provider notes.
Returns:
serviceProviderProperties
public abstract ExpressRouteCircuitServiceProviderProperties serviceProviderProperties()
Gets the service provider properties.
Returns:
serviceProviderProvisioningState
public abstract ServiceProviderProvisioningState serviceProviderProvisioningState()
The ServiceProviderProvisioningState state of the resource.
Returns:
sku
public abstract ExpressRouteCircuitSkuType sku()
Gets the SKU type.
Returns: