Compartir a través de


IUpdate Interfaz

Definición

La totalidad de una actualización de subred como parte de una actualización de red.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Update.IWithAddressPool, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Update.IWithAuthenticationType, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Update.IWithRevokedCertificate, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Update.IWithTunnelType, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Update.IUpdate>
type IUpdate = interface
    interface IWithAddressPool
    interface IWithAuthenticationType
    interface IWithAzureCertificate
    interface IWithRevokedCertificate
    interface IWithTunnelType
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithAddressPool, IWithAuthenticationType, IWithRevokedCertificate, IWithTunnelType
Derivado
Implementaciones

Métodos

Parent()

La totalidad de una actualización de subred como parte de una actualización de red.

(Heredado de ISettable<ParentT>)
WithAddressPool(String)

Especifica el grupo de direcciones.

(Heredado de IWithAddressPool)
WithAzureCertificate(String, String)

Especifica que se usará el tipo de autenticación de certificado de Azure y el certificado que se usará para la autenticación de Azure.

(Heredado de IWithAzureCertificate)
WithAzureCertificateFromFile(String, FileInfo)

Especifica que se usará el tipo de autenticación de certificado de Azure y el certificado que se usará para la autenticación de Azure.

(Heredado de IWithAzureCertificate)
WithIkeV2Only()

Especifica que solo se usará el tipo de túnel VPN IKEv2.

(Heredado de IWithTunnelType)
WithoutAzureCertificate(String)

Quita el certificado de Azure adjunto con el nombre especificado.

(Heredado de IWithAzureCertificate)
WithRadiusAuthentication(String, String)

Especifica que se usará el tipo de autenticación RADIUS.

(Heredado de IWithAuthenticationType)
WithRevokedCertificate(String, String)

Especifica el certificado revocado.

(Heredado de IWithRevokedCertificate)
WithSstpOnly()

Especifica que solo se usará el tipo de túnel SSTP.

(Heredado de IWithTunnelType)

Se aplica a