Freigeben über


VpnClientIPsecParametersInner Konstruktoren

Definition

Überlädt

VpnClientIPsecParametersInner()

Initialisiert eine neue instance der VpnClientIPsecParametersInner-Klasse.

VpnClientIPsecParametersInner(Int32, Int32, IpsecEncryption, IpsecIntegrity, IkeEncryption, IkeIntegrity, DhGroup, PfsGroup)

Initialisiert eine neue instance der VpnClientIPsecParametersInner-Klasse.

VpnClientIPsecParametersInner()

Initialisiert eine neue instance der VpnClientIPsecParametersInner-Klasse.

public VpnClientIPsecParametersInner ();
Public Sub New ()

Gilt für:

VpnClientIPsecParametersInner(Int32, Int32, IpsecEncryption, IpsecIntegrity, IkeEncryption, IkeIntegrity, DhGroup, PfsGroup)

Initialisiert eine neue instance der VpnClientIPsecParametersInner-Klasse.

public VpnClientIPsecParametersInner (int saLifeTimeSeconds, int saDataSizeKilobytes, Microsoft.Azure.Management.Network.Fluent.Models.IpsecEncryption ipsecEncryption, Microsoft.Azure.Management.Network.Fluent.Models.IpsecIntegrity ipsecIntegrity, Microsoft.Azure.Management.Network.Fluent.Models.IkeEncryption ikeEncryption, Microsoft.Azure.Management.Network.Fluent.Models.IkeIntegrity ikeIntegrity, Microsoft.Azure.Management.Network.Fluent.Models.DhGroup dhGroup, Microsoft.Azure.Management.Network.Fluent.Models.PfsGroup pfsGroup);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnClientIPsecParametersInner : int * int * Microsoft.Azure.Management.Network.Fluent.Models.IpsecEncryption * Microsoft.Azure.Management.Network.Fluent.Models.IpsecIntegrity * Microsoft.Azure.Management.Network.Fluent.Models.IkeEncryption * Microsoft.Azure.Management.Network.Fluent.Models.IkeIntegrity * Microsoft.Azure.Management.Network.Fluent.Models.DhGroup * Microsoft.Azure.Management.Network.Fluent.Models.PfsGroup -> Microsoft.Azure.Management.Network.Fluent.Models.VpnClientIPsecParametersInner
Public Sub New (saLifeTimeSeconds As Integer, saDataSizeKilobytes As Integer, ipsecEncryption As IpsecEncryption, ipsecIntegrity As IpsecIntegrity, ikeEncryption As IkeEncryption, ikeIntegrity As IkeIntegrity, dhGroup As DhGroup, pfsGroup As PfsGroup)

Parameter

saLifeTimeSeconds
Int32

Die Lebensdauer der IPSec-Sicherheitszuordnung (auch als Schnellmodus oder Phase 2 SA bezeichnet) für den P2S-Client in Sekunden.

saDataSizeKilobytes
Int32

Die Nutzlastgröße der IPSec-Sicherheitszuordnung (auch als Schnellmodus oder Phase 2 SA bezeichnet) in KB für den P2S-Client.

ipsecEncryption
IpsecEncryption

Der IPSec-Verschlüsselungsalgorithmus (IKE-Phase 1). Mögliche Werte: "None", "DES", "DES3", "AES128", "AES192", "AES256", "GCMAES128", "GCMAES192", "GCMAES256"

ipsecIntegrity
IpsecIntegrity

Der IPSec-Integritätsalgorithmus (IKE-Phase 1). Mögliche Werte: "MD5", "SHA1", "SHA256", "GCMAES128", "GCMAES192", "GCMAES256"

ikeEncryption
IkeEncryption

Der IKE-Verschlüsselungsalgorithmus (IKE-Phase 2). Mögliche Werte: "DES", "DES3", "AES128", "AES192", "AES256", "GCMAES256", "GCMAES128"

ikeIntegrity
IkeIntegrity

Der IKE-Integritätsalgorithmus (IKE-Phase 2). Mögliche Werte: "MD5", "SHA1", "SHA256", "SHA384", "GCMAES256", "GCMAES128"

dhGroup
DhGroup

Die DH-Gruppe, die in IKE-Phase 1 für die anfängliche SA verwendet wird. Mögliche Werte: "None", "DHGroup1", "DHGroup2", "DHGroup14", "DHGroup2048", "ECP256", "ECP384", "DHGroup24"

pfsGroup
PfsGroup

Die pfs-Gruppe, die in IKE-Phase 2 für neue untergeordnete SA verwendet wird. Mögliche Werte: "None", "PFS1", "PFS2", "PFS2048", "ECP256", "ECP384", "PFS24", "PFS14", "PFSMM"

Gilt für: