Interface NetworkPeering.Update
-
- All Superinterfaces:
Appliable<NetworkPeering>,Indexable,NetworkPeering.UpdateStages.WithAccess,NetworkPeering.UpdateStages.WithGatewayUse,NetworkPeering.UpdateStages.WithTrafficForwarding
- Enclosing interface:
- NetworkPeering
public static interface NetworkPeering.Update extends Appliable<NetworkPeering>, NetworkPeering.UpdateStages.WithTrafficForwarding, NetworkPeering.UpdateStages.WithAccess, NetworkPeering.UpdateStages.WithGatewayUse
The template for a network peering update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkPeering.UpdateStages.WithAccess
withAccessBetweenBothNetworks, withoutAccessFromEitherNetwork
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkPeering.UpdateStages.WithGatewayUse
withGatewayUseByRemoteNetworkAllowed, withGatewayUseByRemoteNetworkStarted, withGatewayUseOnRemoteNetworkStarted, withoutAnyGatewayUse, withoutGatewayUseByRemoteNetwork, withoutGatewayUseOnRemoteNetwork
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkPeering.UpdateStages.WithTrafficForwarding
withoutTrafficForwardingFromEitherNetwork, withoutTrafficForwardingFromRemoteNetwork, withoutTrafficForwardingToRemoteNetwork, withTrafficForwardingBetweenBothNetworks, withTrafficForwardingFromRemoteNetwork, withTrafficForwardingToRemoteNetwork
-
-