Uses of Interface
com.azure.resourcemanager.network.models.NetworkPeering
Packages that use NetworkPeering
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkPeering in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type NetworkPeering in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceAn client-side representation of a network peering.static interfaceThe stage of a network peering definition with sufficient inputs to create a new network peering in the cloud, but exposing additional optional settings to specify.static interfaceThe template for a network peering update operation, containing all the settings that can be modified.interfaceEntry point to network peering management API.interfaceEntry point to network peering management API.interfaceEntry point to network peering management API.Methods in com.azure.resourcemanager.network.models that return NetworkPeeringModifier and TypeMethodDescriptionNetworkPeerings.getByRemoteNetwork(Network network) Finds the peering, if any, that is associated with the specified network.NetworkPeerings.getByRemoteNetwork(String remoteNetworkResourceId) Finds the peering, if any, that is associated with the specified network.NetworkPeering.getRemotePeering()Gets the associated matching peering on the remote network.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkPeeringModifier and TypeMethodDescriptionNetworkPeerings.getByRemoteNetworkAsync(Network network) Asynchronously finds the peering, if any, that is associated with the specified network.NetworkPeerings.getByRemoteNetworkAsync(String remoteNetworkResourceId) Asynchronously finds the peering, if any, that is associated with the specified network.NetworkPeering.getRemotePeeringAsync()Gets the associated matching peering on the remote network if it is in the same subscription.