IUpdate Interface

Definition

The entirety of a subnet update as part of a network update.

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
Derived
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithAddressPool(String)

Specifies address pool.

(Inherited from IWithAddressPool)
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)
WithIkeV2Only()

Specifies that only IKEv2 VPN tunnel type will be used.

(Inherited from IWithTunnelType)
WithoutAzureCertificate(String)

Removes attached azure certificate with specified name.

(Inherited from IWithAzureCertificate)
WithRadiusAuthentication(String, String)

Specifies that RADIUS authentication type will be used.

(Inherited from IWithAuthenticationType)
WithRevokedCertificate(String, String)

Specifies revoked certificate.

(Inherited from IWithRevokedCertificate)
WithSstpOnly()

Specifies that only SSTP tunnel type will be used.

(Inherited from IWithTunnelType)

Applies to