ExpressRouteCircuit Interface

Implements

UpdatableWithTags<ExpressRouteCircuit> GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.ExpressRouteCircuitInner> Refreshable<ExpressRouteCircuit> Updatable<Update>

public interface ExpressRouteCircuit
extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.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 java.lang.String circuitProvisioningState()
abstract boolean isAllowClassicOperations()
abstract ExpressRouteCircuitPeerings peerings()
abstract java.util.Map<java.lang.String,ExpressRouteCircuitPeering> peeringsMap()
abstract ProvisioningState provisioningState()

Gets the provisioning state of the express route circuit resource.

abstract java.lang.String serviceKey()
abstract java.lang.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 ProvisioningState 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