Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecConfig
-
Packages that use ExpressRouteLinkMacSecConfig Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ExpressRouteLinkMacSecConfig Modifier and Type Method Description ExpressRouteLinkMacSecConfigExpressRouteLinkInner. macSecConfig()Get the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.ExpressRouteLinkMacSecConfigExpressRouteLinkPropertiesFormat. macSecConfig()Get the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ExpressRouteLinkMacSecConfig Modifier and Type Method Description ExpressRouteLinkInnerExpressRouteLinkInner. withMacSecConfig(ExpressRouteLinkMacSecConfig macSecConfig)Set the macSecConfig property: Definition of ExpressRouteLink Mac Security configuration.ExpressRouteLinkPropertiesFormatExpressRouteLinkPropertiesFormat. 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 ExpressRouteLinkMacSecConfig Modifier and Type Method Description ExpressRouteLinkMacSecConfigExpressRouteLinkMacSecConfig. withCakSecretIdentifier(String cakSecretIdentifier)Set the cakSecretIdentifier property: Keyvault Secret Identifier URL containing Mac security CAK key.ExpressRouteLinkMacSecConfigExpressRouteLinkMacSecConfig. withCipher(ExpressRouteLinkMacSecCipher cipher)Set the cipher property: Mac security cipher.ExpressRouteLinkMacSecConfigExpressRouteLinkMacSecConfig. withCknSecretIdentifier(String cknSecretIdentifier)Set the cknSecretIdentifier property: Keyvault Secret Identifier URL containing Mac security CKN key.ExpressRouteLinkMacSecConfigExpressRouteLinkMacSecConfig. withSciState(ExpressRouteLinkMacSecSciState sciState)Set the sciState property: Sci mode enabled/disabled.
-