Interface PointToSiteConfiguration.Update
-
- All Superinterfaces:
PointToSiteConfiguration.UpdateStages.WithAddressPool,PointToSiteConfiguration.UpdateStages.WithAuthenticationType,PointToSiteConfiguration.UpdateStages.WithAzureCertificate,PointToSiteConfiguration.UpdateStages.WithRevokedCertificate,PointToSiteConfiguration.UpdateStages.WithTunnelType,Settable<VirtualNetworkGateway.Update>
- Enclosing interface:
- PointToSiteConfiguration
public static interface PointToSiteConfiguration.Update extends PointToSiteConfiguration.UpdateStages.WithAddressPool, PointToSiteConfiguration.UpdateStages.WithAuthenticationType, PointToSiteConfiguration.UpdateStages.WithRevokedCertificate, PointToSiteConfiguration.UpdateStages.WithTunnelType, Settable<VirtualNetworkGateway.Update>
The entirety of a subnet update as part of a network update.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.UpdateStages.WithAddressPool
withAddressPool
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.UpdateStages.WithAuthenticationType
withRadiusAuthentication
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.UpdateStages.WithAzureCertificate
withAzureCertificate, withAzureCertificateFromFile, withoutAzureCertificate
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.UpdateStages.WithRevokedCertificate
withRevokedCertificate
-
Methods inherited from interface com.azure.resourcemanager.network.models.PointToSiteConfiguration.UpdateStages.WithTunnelType
withIkeV2Only, withSstpOnly
-
-