Uses of Class
com.azure.resourcemanager.network.fluent.models.PeerExpressRouteCircuitConnectionInner
-
Packages that use PeerExpressRouteCircuitConnectionInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 PeerExpressRouteCircuitConnectionInner Modifier and Type Method Description PeerExpressRouteCircuitConnectionInnerPeerExpressRouteCircuitConnectionsClient. 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 PeerExpressRouteCircuitConnectionInner Modifier and Type Method Description Mono<PeerExpressRouteCircuitConnectionInner>PeerExpressRouteCircuitConnectionsClient. 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 PeerExpressRouteCircuitConnectionInner Modifier and Type Method Description PeerExpressRouteCircuitConnectionInnerPeerExpressRouteCircuitConnectionInner. withAddressPrefix(String addressPrefix)Set the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.PeerExpressRouteCircuitConnectionInnerPeerExpressRouteCircuitConnectionInner. withAuthResourceGuid(String authResourceGuid)Set the authResourceGuid property: The resource guid of the authorization used for the express route circuit connection.PeerExpressRouteCircuitConnectionInnerPeerExpressRouteCircuitConnectionInner. withConnectionName(String connectionName)Set the connectionName property: The name of the express route circuit connection resource.PeerExpressRouteCircuitConnectionInnerPeerExpressRouteCircuitConnectionInner. withExpressRouteCircuitPeering(com.azure.core.management.SubResource expressRouteCircuitPeering)Set the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the circuit.PeerExpressRouteCircuitConnectionInnerPeerExpressRouteCircuitConnectionInner. withId(String id)PeerExpressRouteCircuitConnectionInnerPeerExpressRouteCircuitConnectionInner. withName(String name)Set the name property: The name of the resource that is unique within a resource group.PeerExpressRouteCircuitConnectionInnerPeerExpressRouteCircuitConnectionInner. 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 PeerExpressRouteCircuitConnectionInner Modifier and Type Method Description List<PeerExpressRouteCircuitConnectionInner>ExpressRouteCircuitPeeringInner. peeredConnections()Get the peeredConnections property: The list of peered circuit connections associated with Azure Private Peering for this circuit.List<PeerExpressRouteCircuitConnectionInner>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 PeerExpressRouteCircuitConnectionInner Modifier and Type Method Description List<PeerExpressRouteCircuitConnectionInner>PeerExpressRouteCircuitConnectionListResult. 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 PeerExpressRouteCircuitConnectionInner Modifier and Type Method Description PeerExpressRouteCircuitConnectionListResultPeerExpressRouteCircuitConnectionListResult. withValue(List<PeerExpressRouteCircuitConnectionInner> value)Set the value property: The global reach peer circuit connection associated with Private Peering in an ExpressRoute Circuit.
-