共用方式為


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 CircuitProvisioningState state of the resource.

abstract boolean isAllowClassicOperations()

Checks whether classic operations allowed.

abstract ExpressRouteCircuitPeerings peerings()

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

abstract Map<String,ExpressRouteCircuitPeering> 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 ExpressRouteCircuitServiceProviderProperties serviceProviderProperties()

Gets the service provider properties.

abstract ServiceProviderProvisioningState serviceProviderProvisioningState()

The ServiceProviderProvisioningState state of the resource.

abstract ExpressRouteCircuitSkuType sku()

Gets the SKU type.

Method Details

circuitProvisioningState

public abstract String circuitProvisioningState()

Gets the CircuitProvisioningState state of the resource.

Returns:

the CircuitProvisioningState state of the resource

isAllowClassicOperations

public abstract boolean isAllowClassicOperations()

Checks whether classic operations allowed.

Returns:

the flag indicating if classic operations allowed

peerings

public abstract ExpressRouteCircuitPeerings peerings()

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

Returns:

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

peeringsMap

public abstract Map peeringsMap()

Gets the peerings associated with this express route circuit.

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()

gets the service key.

Returns:

the ServiceKey

serviceProviderNotes

public abstract String serviceProviderNotes()

Gets the service provider notes.

Returns:

the ServiceProviderNotes

serviceProviderProperties

public abstract ExpressRouteCircuitServiceProviderProperties serviceProviderProperties()

Gets the service provider properties.

Returns:

the ServiceProviderProperties

serviceProviderProvisioningState

public abstract ServiceProviderProvisioningState serviceProviderProvisioningState()

The ServiceProviderProvisioningState state of the resource.

Returns:

serviceProviderProvisioningState

sku

public abstract ExpressRouteCircuitSkuType sku()

Gets the SKU type.

Returns:

the SKU type

Applies to