public static interface PointToSiteConfiguration.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PointToSiteConfiguration.UpdateStages.WithAddressPool<ParentT>
The stage of the point-to-site configuration definition allowing to specify address pool.
|
static interface |
PointToSiteConfiguration.UpdateStages.WithAuthenticationType
Specifies authentication type of the point-to-site configuration.
|
static interface |
PointToSiteConfiguration.UpdateStages.WithAzureCertificate
Specifies Azure certificate for authentication.
|
static interface |
PointToSiteConfiguration.UpdateStages.WithRevokedCertificate
Specifies revoked certificate for azure authentication.
|
static interface |
PointToSiteConfiguration.UpdateStages.WithTunnelType<ParentT>
The stage of a point-to-site configuration definition allowing to specify which tunnel type will be used.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/