ExpressRouteLinkMacSecConfig Class
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.
ExpressRouteLink Mac Security Configuration.
public class ExpressRouteLinkMacSecConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ExpressRouteLinkMacSecConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ExpressRouteLinkMacSecConfig>
public class ExpressRouteLinkMacSecConfig
type ExpressRouteLinkMacSecConfig = class
interface IJsonModel<ExpressRouteLinkMacSecConfig>
interface IPersistableModel<ExpressRouteLinkMacSecConfig>
type ExpressRouteLinkMacSecConfig = class
Public Class ExpressRouteLinkMacSecConfig
Implements IJsonModel(Of ExpressRouteLinkMacSecConfig), IPersistableModel(Of ExpressRouteLinkMacSecConfig)
Public Class ExpressRouteLinkMacSecConfig
- Inheritance
-
ExpressRouteLinkMacSecConfig
- Implements
Constructors
ExpressRouteLinkMacSecConfig() |
Initializes a new instance of ExpressRouteLinkMacSecConfig. |
Properties
CakSecretIdentifier |
Keyvault Secret Identifier URL containing Mac security CAK key. |
Cipher |
Mac security cipher. |
CknSecretIdentifier |
Keyvault Secret Identifier URL containing Mac security CKN key. |
SciState |
Sci mode enabled/disabled. |
Explicit Interface Implementations
IJsonModel<ExpressRouteLinkMacSecConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExpressRouteLinkMacSecConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExpressRouteLinkMacSecConfig>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExpressRouteLinkMacSecConfig>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExpressRouteLinkMacSecConfig>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET