Uses of Class
com.azure.resourcemanager.network.fluent.models.PeerExpressRouteCircuitConnectionPropertiesFormat
Packages that use PeerExpressRouteCircuitConnectionPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of PeerExpressRouteCircuitConnectionPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PeerExpressRouteCircuitConnectionPropertiesFormatModifier and TypeMethodDescriptionPeerExpressRouteCircuitConnectionPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PeerExpressRouteCircuitConnectionPropertiesFormat from the JsonReader.PeerExpressRouteCircuitConnectionPropertiesFormat.withAddressPrefix(String addressPrefix) Set the addressPrefix property: /29 IP address space to carve out Customer addresses for tunnels.PeerExpressRouteCircuitConnectionPropertiesFormat.withAuthResourceGuid(String authResourceGuid) Set the authResourceGuid property: The resource guid of the authorization used for the express route circuit connection.PeerExpressRouteCircuitConnectionPropertiesFormat.withConnectionName(String connectionName) Set the connectionName property: The name of the express route circuit connection resource.PeerExpressRouteCircuitConnectionPropertiesFormat.withExpressRouteCircuitPeering(com.azure.core.management.SubResource expressRouteCircuitPeering) Set the expressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the circuit.PeerExpressRouteCircuitConnectionPropertiesFormat.withPeerExpressRouteCircuitPeering(com.azure.core.management.SubResource peerExpressRouteCircuitPeering) Set the peerExpressRouteCircuitPeering property: Reference to Express Route Circuit Private Peering Resource of the peered circuit.