IUpdate Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’intégralité d’une mise à jour de sous-réseau dans le cadre d’une mise à jour réseau.
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
- Dérivé
- Implémente
Méthodes
Parent() |
L’intégralité d’une mise à jour de sous-réseau dans le cadre d’une mise à jour réseau. (Hérité de ISettable<ParentT>) |
WithAddressPool(String) |
Spécifie le pool d’adresses. (Hérité de IWithAddressPool) |
WithAzureCertificate(String, String) |
Spécifie que le type d’authentification par certificat Azure sera utilisé et le certificat à utiliser pour l’authentification Azure. (Hérité de IWithAzureCertificate) |
WithAzureCertificateFromFile(String, FileInfo) |
Spécifie que le type d’authentification par certificat Azure sera utilisé et le certificat à utiliser pour l’authentification Azure. (Hérité de IWithAzureCertificate) |
WithIkeV2Only() |
Spécifie que seul le type de tunnel VPN IKEv2 sera utilisé. (Hérité de IWithTunnelType) |
WithoutAzureCertificate(String) |
Supprime le certificat Azure attaché avec le nom spécifié. (Hérité de IWithAzureCertificate) |
WithRadiusAuthentication(String, String) |
Spécifie que le type d’authentification RADIUS sera utilisé. (Hérité de IWithAuthenticationType) |
WithRevokedCertificate(String, String) |
Spécifie le certificat révoqué. (Hérité de IWithRevokedCertificate) |
WithSstpOnly() |
Spécifie que seul le type de tunnel SSTP sera utilisé. (Hérité de IWithTunnelType) |
S’applique à
Azure SDK for .NET