Partager via


ExpressRouteLinkMacSecConfig Constructeurs

Définition

Surcharges

ExpressRouteLinkMacSecConfig()

Initialise une nouvelle instance de la classe ExpressRouteLinkMacSecConfig.

ExpressRouteLinkMacSecConfig(String, String, ExpressRouteLinkMacSecCipher)

Initialise une nouvelle instance de la classe ExpressRouteLinkMacSecConfig.

ExpressRouteLinkMacSecConfig()

Initialise une nouvelle instance de la classe ExpressRouteLinkMacSecConfig.

public ExpressRouteLinkMacSecConfig ();
Public Sub New ()

S’applique à

ExpressRouteLinkMacSecConfig(String, String, ExpressRouteLinkMacSecCipher)

Initialise une nouvelle instance de la classe ExpressRouteLinkMacSecConfig.

public ExpressRouteLinkMacSecConfig (string cknSecretIdentifier = default, string cakSecretIdentifier = default, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkMacSecCipher cipher = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkMacSecConfig : string * string * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkMacSecCipher -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkMacSecConfig
Public Sub New (Optional cknSecretIdentifier As String = Nothing, Optional cakSecretIdentifier As String = Nothing, Optional cipher As ExpressRouteLinkMacSecCipher = Nothing)

Paramètres

cknSecretIdentifier
String

URL de l’identificateur de secret du coffre de clés contenant la clé CKN de sécurité Mac.

cakSecretIdentifier
String

URL de l’identificateur de secret du coffre de clés contenant la clé CAK de sécurité Mac.

cipher
ExpressRouteLinkMacSecCipher

Chiffrement de sécurité Mac. Les valeurs possibles sont les suivantes : « gcm-aes-128 », « gcm-aes-256 »

S’applique à