Uses of Class
com.azure.resourcemanager.network.fluent.models.PeerExpressRouteCircuitConnectionInner
Packages that use PeerExpressRouteCircuitConnectionInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PeerExpressRouteCircuitConnectionInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return PeerExpressRouteCircuitConnectionInnerModifier and TypeMethodDescriptionPeerExpressRouteCircuitConnectionsClient.get(String resourceGroupName, String circuitName, String peeringName, String connectionName) Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type PeerExpressRouteCircuitConnectionInnerModifier and TypeMethodDescriptionPeerExpressRouteCircuitConnectionsClient.getAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName) Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.com.azure.core.http.rest.Response<PeerExpressRouteCircuitConnectionInner> PeerExpressRouteCircuitConnectionsClient.getWithResponse(String resourceGroupName, String circuitName, String peeringName, String connectionName, com.azure.core.util.Context context) Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.Mono<com.azure.core.http.rest.Response<PeerExpressRouteCircuitConnectionInner>> PeerExpressRouteCircuitConnectionsClient.getWithResponseAsync(String resourceGroupName, String circuitName, String peeringName, String connectionName) Gets the specified Peer Express Route Circuit Connection from the specified express route circuit.com.azure.core.http.rest.PagedIterable<PeerExpressRouteCircuitConnectionInner> PeerExpressRouteCircuitConnectionsClient.list(String resourceGroupName, String circuitName, String peeringName) Gets all global reach peer connections associated with a private peering in an express route circuit.com.azure.core.http.rest.PagedIterable<PeerExpressRouteCircuitConnectionInner> PeerExpressRouteCircuitConnectionsClient.list(String resourceGroupName, String circuitName, String peeringName, com.azure.core.util.Context context) Gets all global reach peer connections associated with a private peering in an express route circuit.com.azure.core.http.rest.PagedFlux<PeerExpressRouteCircuitConnectionInner> PeerExpressRouteCircuitConnectionsClient.listAsync(String resourceGroupName, String circuitName, String peeringName) Gets all global reach peer connections associated with a private peering in an express route circuit. -
Uses of PeerExpressRouteCircuitConnectionInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PeerExpressRouteCircuitConnectionInnerModifier and TypeMethodDescriptionPeerExpressRouteCircuitConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PeerExpressRouteCircuitConnectionInner from the JsonReader.PeerExpressRouteCircuitConnectionInner.withAddressPrefix(String addressPrefix) Set the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.PeerExpressRouteCircuitConnectionInner.withAuthResourceGuid(String authResourceGuid) Set the authResourceGuid property: The resource guid of the authorization used for the express route circuit connection.PeerExpressRouteCircuitConnectionInner.withConnectionName(String connectionName) Set the connectionName property: The name of the express route circuit connection resource.PeerExpressRouteCircuitConnectionInner.withExpressRouteCircuitPeering(com.azure.core.management.SubResource expressRouteCircuitPeering) Set the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the circuit.Set the name property: The name of the resource that is unique within a resource group.PeerExpressRouteCircuitConnectionInner.withPeerExpressRouteCircuitPeering(com.azure.core.management.SubResource peerExpressRouteCircuitPeering) Set the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the peered circuit.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type PeerExpressRouteCircuitConnectionInnerModifier and TypeMethodDescriptionExpressRouteCircuitPeeringInner.peeredConnections()Get the peeredConnections property: The list of peered circuit connections associated with Azure Private Peering for this circuit.ExpressRouteCircuitPeeringPropertiesFormatInner.peeredConnections()Get the peeredConnections property: The list of peered circuit connections associated with Azure Private Peering for this circuit. -
Uses of PeerExpressRouteCircuitConnectionInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type PeerExpressRouteCircuitConnectionInnerModifier and TypeMethodDescriptionPeerExpressRouteCircuitConnectionListResult.value()Get the value property: The global reach peer circuit connection associated with Private Peering in an ExpressRoute Circuit.Method parameters in com.azure.resourcemanager.network.models with type arguments of type PeerExpressRouteCircuitConnectionInnerModifier and TypeMethodDescriptionPeerExpressRouteCircuitConnectionListResult.withValue(List<PeerExpressRouteCircuitConnectionInner> value) Set the value property: The global reach peer circuit connection associated with Private Peering in an ExpressRoute Circuit.