Compartir a través de


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()
abstract boolean isAllowClassicOperations()
abstract ExpressRouteCircuitPeerings peerings()
abstract Map<String,ExpressRouteCircuitPeering> peeringsMap()
abstract String provisioningState()

Gets the provisioning state of the express route circuit resource.

abstract String serviceKey()
abstract String serviceProviderNotes()
abstract ExpressRouteCircuitServiceProviderProperties serviceProviderProperties()
abstract ServiceProviderProvisioningState serviceProviderProvisioningState()

The ServiceProviderProvisioningState state of the resource.

abstract ExpressRouteCircuitSkuType sku()

Method Details

circuitProvisioningState

public abstract String circuitProvisioningState()

Returns:

the CircuitProvisioningState state of the resource

isAllowClassicOperations

public abstract boolean isAllowClassicOperations()

Returns:

the flag indicating if classic operations allowed

peerings

public abstract ExpressRouteCircuitPeerings peerings()

Returns:

entry point to manage express route peerings associated with express route circuit

peeringsMap

public abstract Map peeringsMap()

Returns:

the peerings associated with this express route circuit, indexed by name

provisioningState

public abstract String provisioningState()

Gets the provisioning state of the express route circuit resource.

Returns:

provisioningState

serviceKey

public abstract String serviceKey()

Returns:

the ServiceKey

serviceProviderNotes

public abstract String serviceProviderNotes()

Returns:

the ServiceProviderNotes

serviceProviderProperties

public abstract ExpressRouteCircuitServiceProviderProperties serviceProviderProperties()

Returns:

the ServiceProviderProperties

serviceProviderProvisioningState

public abstract ServiceProviderProvisioningState serviceProviderProvisioningState()

The ServiceProviderProvisioningState state of the resource.

Returns:

serviceProviderProvisioningState

sku

public abstract ExpressRouteCircuitSkuType sku()

Returns:

the SKU type

Applies to