Condividi tramite


IWithAuthenticationType Interface

Definition

Specifies authentication type of the point-to-site configuration.

public interface IWithAuthenticationType : Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Update.IWithAzureCertificate
type IWithAuthenticationType = interface
    interface IWithAzureCertificate
Public Interface IWithAuthenticationType
Implements IWithAzureCertificate
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)
WithAzureCertificateFromFile(String, FileInfo)

Specifies that azure certificate authentication type will be used and certificate to use for Azure authentication.

(Inherited from IWithAzureCertificate)
WithoutAzureCertificate(String)

Removes attached azure certificate with specified name.

(Inherited from IWithAzureCertificate)
WithRadiusAuthentication(String, String)

Specifies that RADIUS authentication type will be used.

Applies to