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