Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithAccess.withAccessBetweenBothNetworks()
Enables access to either peered virtual network from the other.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithGatewayUse.withGatewayUseByRemoteNetworkAllowed()
Allows the remote network to use this network's gateway (a.k.a.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithGatewayUse.withGatewayUseByRemoteNetworkStarted()
Allows and starts the use of this network's gateway by the remote network (a.k.a.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithGatewayUse.withGatewayUseOnRemoteNetworkStarted()
Starts the use of the remote network's gateway.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithAccess.withoutAccessFromEitherNetwork()
Disallows access to either peered network from the other.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithGatewayUse.withoutAnyGatewayUse()
Disables any gateway use by this network and the remote one.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithGatewayUse.withoutGatewayUseByRemoteNetwork()
Stops and disallows the use of this network's gateway by the remote network.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithGatewayUse.withoutGatewayUseOnRemoteNetwork()
Stops this network's use of the remote network's gateway.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithTrafficForwarding.withoutTrafficForwardingFromEitherNetwork()
Disables traffic forwarding from either peered network to the other.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithTrafficForwarding.withoutTrafficForwardingFromRemoteNetwork()
Prevents traffic forwarding from the remote network.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithTrafficForwarding.withoutTrafficForwardingToRemoteNetwork()
Disables traffic forwarding to the remote network.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithTrafficForwarding.withTrafficForwardingBetweenBothNetworks()
Allows traffic forwarding both from either peered network to the other.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithTrafficForwarding.withTrafficForwardingFromRemoteNetwork()
Allows traffic forwarding from the remote network.
|
NetworkPeering.Update |
NetworkPeering.UpdateStages.WithTrafficForwarding.withTrafficForwardingToRemoteNetwork()
Allows traffic forwarding from this network to the remote network.
|
Copyright © 2019. All rights reserved.