Interface ExpressRouteCircuit
- All Superinterfaces:
GroupableResource<NetworkManager,,ExpressRouteCircuitInner> HasId,HasInnerModel<ExpressRouteCircuitInner>,HasManager<NetworkManager>,HasName,HasResourceGroup,Indexable,Refreshable<ExpressRouteCircuit>,Resource,Updatable<ExpressRouteCircuit.Update>,UpdatableWithTags<ExpressRouteCircuit>
public interface ExpressRouteCircuit
extends GroupableResource<NetworkManager,ExpressRouteCircuitInner>, Refreshable<ExpressRouteCircuit>, Updatable<ExpressRouteCircuit.Update>, UpdatableWithTags<ExpressRouteCircuit>
Entry point for Express Route Circuit management API in Azure.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the express route circuit definition.static interfaceGrouping of express route circuit definition stages.static interfaceThe template for a express route circuit update operation, containing all the settings that can be modified.static interfaceGrouping of express route circuit update stages.Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>Nested classes/interfaces inherited from interface com.azure.resourcemanager.network.models.UpdatableWithTags
UpdatableWithTags.UpdateWithTags<T> -
Field Summary
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupNameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, typeMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable
updateMethods inherited from interface com.azure.resourcemanager.network.models.UpdatableWithTags
updateTags
-
Method Details
-
peerings
ExpressRouteCircuitPeerings peerings()- Returns:
- entry point to manage express route peerings associated with express route circuit
-
sku
- Returns:
- the SKU type
-
isAllowClassicOperations
boolean isAllowClassicOperations()- Returns:
- the flag indicating if classic operations allowed
-
circuitProvisioningState
String circuitProvisioningState()- Returns:
- the CircuitProvisioningState state of the resource
-
serviceProviderProvisioningState
ServiceProviderProvisioningState serviceProviderProvisioningState()The ServiceProviderProvisioningState state of the resource.- Returns:
- serviceProviderProvisioningState
-
peeringsMap
Map<String,ExpressRouteCircuitPeering> peeringsMap()- Returns:
- the peerings associated with this express route circuit, indexed by name
-
serviceKey
String serviceKey()- Returns:
- the ServiceKey
-
serviceProviderNotes
String serviceProviderNotes()- Returns:
- the ServiceProviderNotes
-
serviceProviderProperties
ExpressRouteCircuitServiceProviderProperties serviceProviderProperties()- Returns:
- the ServiceProviderProperties
-
provisioningState
String provisioningState()Gets the provisioning state of the express route circuit resource.- Returns:
- provisioningState
-