IDefinition<ParentT> Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A totalidade de uma definição de configuração ponto a site.
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)
Parâmetros de tipo
- ParentT
O estágio da definição pai à qual retornar depois de anexar essa definição.
- Derivado
- Implementações
Métodos
Attach() |
A totalidade de uma definição de configuração ponto a site. (Herdado de IInDefinition<ParentT>) |
WithAddressPool(String) |
A totalidade de uma definição de configuração ponto a site. (Herdado de IWithAddressPool<ParentT>) |
WithAzureCertificate(String, String) |
Especifica que o tipo de autenticação de certificado do Azure será usado e o certificado a ser usado para autenticação do Azure. (Herdado de IWithAzureCertificate<ParentT>) |
WithAzureCertificateFromFile(String, FileInfo) |
Especifica que o tipo de autenticação de certificado do Azure será usado e o certificado a ser usado para autenticação do Azure. (Herdado de IWithAzureCertificate<ParentT>) |
WithIkeV2Only() |
Especifica que somente o tipo de túnel VPN IKEv2 será usado. (Herdado de IWithTunnelType<ParentT>) |
WithRadiusAuthentication(String, String) |
Especifica que o servidor RADIUS será usado para autenticação. (Herdado de IWithAuthenticationType<ParentT>) |
WithRevokedCertificate(String, String) |
A totalidade de uma definição de configuração ponto a site. (Herdado de IWithRevokedCertificate<ParentT>) |
WithSstpOnly() |
Especifica que somente o tipo de túnel SSTP será usado. (Herdado de IWithTunnelType<ParentT>) |
Aplica-se a
Azure SDK for .NET