Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecConfig
Packages that use ExpressRouteLinkMacSecConfig
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteLinkMacSecConfig in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRouteLinkMacSecConfigModifier and TypeMethodDescriptionExpressRouteLinkInner.macSecConfig()Get the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.ExpressRouteLinkPropertiesFormat.macSecConfig()Get the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRouteLinkMacSecConfigModifier and TypeMethodDescriptionExpressRouteLinkInner.withMacSecConfig(ExpressRouteLinkMacSecConfig macSecConfig) Set the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.ExpressRouteLinkPropertiesFormat.withMacSecConfig(ExpressRouteLinkMacSecConfig macSecConfig) Set the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration. -
Uses of ExpressRouteLinkMacSecConfig in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteLinkMacSecConfigModifier and TypeMethodDescriptionExpressRouteLinkMacSecConfig.withCakSecretIdentifier(String cakSecretIdentifier) Set the cakSecretIdentifier property: Keyvault Secret Identifier URL containing Mac security CAK key.ExpressRouteLinkMacSecConfig.withCipher(ExpressRouteLinkMacSecCipher cipher) Set the cipher property: Mac security cipher.ExpressRouteLinkMacSecConfig.withCknSecretIdentifier(String cknSecretIdentifier) Set the cknSecretIdentifier property: Keyvault Secret Identifier URL containing Mac security CKN key.ExpressRouteLinkMacSecConfig.withSciState(ExpressRouteLinkMacSecSciState sciState) Set the sciState property: Sci mode enabled/disabled.