Sdílet prostřednictvím


IWithAuthenticationType<ParentT> Interface

Definition

The stage of the point-to-site configuration definition allowing to specify authentication type.

public interface IWithAuthenticationType<ParentT> : Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAzureCertificate<ParentT>
type IWithAuthenticationType<'ParentT> = interface
    interface IWithAzureCertificate<'ParentT>
Public Interface IWithAuthenticationType(Of ParentT)
Implements IWithAzureCertificate(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

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>)
WithRadiusAuthentication(String, String)

Specifies that RADIUS server will be used for authentication.

Applies to