Interface VirtualNetworkGateway.UpdateStages.WithPointToSiteConfiguration
- All Known Subinterfaces:
VirtualNetworkGateway.Update
- Enclosing interface:
VirtualNetworkGateway.UpdateStages
public static interface VirtualNetworkGateway.UpdateStages.WithPointToSiteConfiguration
The stage of update allowing to specify virtual network gateway's point-to-site configuration.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of point-to-site configuration to be added to this virtual network gateway.Begins the update of point-to-site configuration to be added to this virtual network gateway.
-
Method Details
-
definePointToSiteConfiguration
PointToSiteConfiguration.DefinitionStages.Blank<VirtualNetworkGateway.Update> definePointToSiteConfiguration()Begins the definition of point-to-site configuration to be added to this virtual network gateway.- Returns:
- the first stage of the point-to-site configuration definition
-
updatePointToSiteConfiguration
PointToSiteConfiguration.Update updatePointToSiteConfiguration()Begins the update of point-to-site configuration to be added to this virtual network gateway.- Returns:
- the first stage of the point-to-site configuration update
-