ExpressRouteLinkMacSecConfig Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExpressRouteLinkMacSecConfig() |
Initializes a new instance of the ExpressRouteLinkMacSecConfig class. |
ExpressRouteLinkMacSecConfig(String, String, String, String) |
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, String, String)
Initializes a new instance of the ExpressRouteLinkMacSecConfig class.
public ExpressRouteLinkMacSecConfig (string cknSecretIdentifier = default, string cakSecretIdentifier = default, string cipher = default, string sciState = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteLinkMacSecConfig : string * string * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteLinkMacSecConfig
Public Sub New (Optional cknSecretIdentifier As String = Nothing, Optional cakSecretIdentifier As String = Nothing, Optional cipher As String = Nothing, Optional sciState As String = 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
- String
Mac security cipher. Possible values include: 'GcmAes256', 'GcmAes128', 'GcmAesXpn128', 'GcmAesXpn256'
- sciState
- String
Sci mode enabled/disabled. Possible values include: 'Disabled', 'Enabled'
Applies to
Azure SDK for .NET