Interface VirtualNetworkGateway.UpdateStages.WithPointToSiteConfiguration
-
- All Known Subinterfaces:
VirtualNetworkGateway.Update
- Enclosing interface:
- VirtualNetworkGateway.UpdateStages
public static interface VirtualNetworkGateway.UpdateStages.WithPointToSiteConfigurationThe stage of update allowing to specify virtual network gateway's point-to-site configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointToSiteConfiguration.DefinitionStages.Blank<VirtualNetworkGateway.Update>definePointToSiteConfiguration()Begins the definition of point-to-site configuration to be added to this virtual network gateway.PointToSiteConfiguration.UpdateupdatePointToSiteConfiguration()Begins the update of point-to-site configuration to be added to this virtual network gateway.
-
-
-
Method Detail
-
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
-
-