Share via


ExpressRouteLinkMacSecConfig Constructors

Definition

Overloads

ExpressRouteLinkMacSecConfig()

Initializes a new instance of the ExpressRouteLinkMacSecConfig class.

ExpressRouteLinkMacSecConfig(String, String, ExpressRouteLinkMacSecCipher)

Initializes a new instance of the ExpressRouteLinkMacSecConfig class.

ExpressRouteLinkMacSecConfig()

Initializes a new instance of the ExpressRouteLinkMacSecConfig class.

public ExpressRouteLinkMacSecConfig ();
Public Sub New ()

Applies to

ExpressRouteLinkMacSecConfig(String, String, ExpressRouteLinkMacSecCipher)

Initializes a new instance of the ExpressRouteLinkMacSecConfig class.

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)

Parameters

cknSecretIdentifier
String

Keyvault Secret Identifier URL containing Mac security CKN key.

cakSecretIdentifier
String

Keyvault Secret Identifier URL containing Mac security CAK key.

cipher
ExpressRouteLinkMacSecCipher

Mac security cipher. Possible values include: 'gcm-aes-128', 'gcm-aes-256'

Applies to