你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExpressRouteLinkMacSecConfig 构造函数

定义

重载

ExpressRouteLinkMacSecConfig()

初始化 ExpressRouteLinkMacSecConfig 类的新实例。

ExpressRouteLinkMacSecConfig(String, String, ExpressRouteLinkMacSecCipher)

初始化 ExpressRouteLinkMacSecConfig 类的新实例。

ExpressRouteLinkMacSecConfig()

初始化 ExpressRouteLinkMacSecConfig 类的新实例。

public ExpressRouteLinkMacSecConfig ();
Public Sub New ()

适用于

ExpressRouteLinkMacSecConfig(String, String, ExpressRouteLinkMacSecCipher)

初始化 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)

参数

cknSecretIdentifier
String

包含 Mac 安全 CKN 密钥的密钥保管库机密标识符 URL。

cakSecretIdentifier
String

包含 Mac 安全 CAK 密钥的 Keyvault 机密标识符 URL。

cipher
ExpressRouteLinkMacSecCipher

Mac 安全密码。 可能的值包括:“gcm-aes-128”、“gcm-aes-256”

适用于