Uses of Interface
com.azure.resourcemanager.network.models.NetworkPeering.DefinitionStages.WithCreate
Packages that use NetworkPeering.DefinitionStages.WithCreate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkPeering.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of NetworkPeering.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the network peering definition.Methods in com.azure.resourcemanager.network.models that return NetworkPeering.DefinitionStages.WithCreateModifier and TypeMethodDescriptionNetworkPeering.DefinitionStages.WithGatewayUse.withGatewayUseByRemoteNetworkAllowed()Allows the remote network to use this network's gateway (a.k.a.NetworkPeering.DefinitionStages.WithGatewayUse.withGatewayUseByRemoteNetworkStarted()Allows and starts the use of this network's gateway by the remote network (a.k.a.NetworkPeering.DefinitionStages.WithGatewayUse.withGatewayUseOnRemoteNetworkStarted()Starts the use of the remote network's gateway.NetworkPeering.DefinitionStages.WithAccess.withoutAccessFromEitherNetwork()Disallows access to either peered network from the other.NetworkPeering.DefinitionStages.WithGatewayUse.withoutAnyGatewayUse()Disables any gateway use by this network and the remote one.NetworkPeering.DefinitionStages.WithRemoteNetwork.withRemoteNetwork(Network network) Specifies the remote network to peer with.NetworkPeering.DefinitionStages.WithRemoteNetwork.withRemoteNetwork(String resourceId) Specifies the remote network to peer with.NetworkPeering.DefinitionStages.WithTrafficForwarding.withTrafficForwardingBetweenBothNetworks()Allows traffic forwarding both from either peered network into the other.NetworkPeering.DefinitionStages.WithTrafficForwarding.withTrafficForwardingFromRemoteNetwork()Allows traffic forwarded from the remote network.NetworkPeering.DefinitionStages.WithTrafficForwarding.withTrafficForwardingToRemoteNetwork()Allows traffic forwarding from this network to the remote network.