IDefinition<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of a point-to-site configuration definition.
public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAddressPool<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAttachAndAzureCertificate<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAuthenticationType<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAzureCertificate<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithRevokedCertificate<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithTunnelType<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithAddressPool<'ParentT>
interface IWithAuthenticationType<'ParentT>
interface IWithAzureCertificate<'ParentT>
interface IWithAttachAndAzureCertificate<'ParentT>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithTunnelType<'ParentT>
interface IWithRevokedCertificate<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAddressPool(Of ParentT), IWithAttach(Of ParentT), IWithAttachAndAzureCertificate(Of ParentT), IWithAuthenticationType(Of ParentT), IWithAzureCertificate(Of ParentT), IWithRevokedCertificate(Of ParentT), IWithTunnelType(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
Attach() | (Inherited from IInDefinition<ParentT>) |
WithAddressPool(String) | (Inherited from IWithAddressPool<ParentT>) |
WithAzureCertificate(String, String) |
Specifies that Azure certificate authentication type will be used and certificate to use for Azure authentication. (Inherited from IWithAzureCertificate<ParentT>) |
WithAzureCertificateFromFile(String, FileInfo) |
Specifies that Azure certificate authentication type will be used and certificate to use for Azure authentication. (Inherited from IWithAzureCertificate<ParentT>) |
WithIkeV2Only() |
Specifies that only IKEv2 VPN tunnel type will be used. (Inherited from IWithTunnelType<ParentT>) |
WithRadiusAuthentication(String, String) |
Specifies that RADIUS server will be used for authentication. (Inherited from IWithAuthenticationType<ParentT>) |
WithRevokedCertificate(String, String) | (Inherited from IWithRevokedCertificate<ParentT>) |
WithSstpOnly() |
Specifies that only SSTP tunnel type will be used. (Inherited from IWithTunnelType<ParentT>) |
Applies to
Azure SDK for .NET