azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig"
fullName: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig"
name: "ExpressRouteLinkMacSecConfig"
nameWithType: "ExpressRouteLinkMacSecConfig"
summary: "Definition of Express<wbr>Route<wbr>Link Mac Security configuration."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ExpressRouteLinkMacSecConfig**"
constructors:
- uid: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.ExpressRouteLinkMacSecConfig()"
fullName: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.ExpressRouteLinkMacSecConfig()"
name: "ExpressRouteLinkMacSecConfig()"
nameWithType: "ExpressRouteLinkMacSecConfig.ExpressRouteLinkMacSecConfig()"
syntax: "public ExpressRouteLinkMacSecConfig()"
methods:
- uid: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.cakSecretIdentifier()"
fullName: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.cakSecretIdentifier()"
name: "cakSecretIdentifier()"
nameWithType: "ExpressRouteLinkMacSecConfig.cakSecretIdentifier()"
summary: "Get keyvault Secret Identifier URL containing Mac security CAK key."
syntax: "public String cakSecretIdentifier()"
desc: "Get keyvault Secret Identifier URL containing Mac security CAK key."
returns:
description: "the cakSecretIdentifier value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.cipher()"
fullName: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.cipher()"
name: "cipher()"
nameWithType: "ExpressRouteLinkMacSecConfig.cipher()"
summary: "Get mac security cipher."
syntax: "public ExpressRouteLinkMacSecCipher cipher()"
desc: "Get mac security cipher. Possible values include: 'gcm-aes-128', 'gcm-aes-256'."
returns:
description: "the cipher value"
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteLinkMacSecCipher?alt=com.microsoft.azure.management.network.ExpressRouteLinkMacSecCipher&text=ExpressRouteLinkMacSecCipher\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.cknSecretIdentifier()"
fullName: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.cknSecretIdentifier()"
name: "cknSecretIdentifier()"
nameWithType: "ExpressRouteLinkMacSecConfig.cknSecretIdentifier()"
summary: "Get keyvault Secret Identifier URL containing Mac security CKN key."
syntax: "public String cknSecretIdentifier()"
desc: "Get keyvault Secret Identifier URL containing Mac security CKN key."
returns:
description: "the cknSecretIdentifier value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.withCakSecretIdentifier(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.withCakSecretIdentifier(String cakSecretIdentifier)"
name: "withCakSecretIdentifier(String cakSecretIdentifier)"
nameWithType: "ExpressRouteLinkMacSecConfig.withCakSecretIdentifier(String cakSecretIdentifier)"
summary: "Set keyvault Secret Identifier URL containing Mac security CAK key."
parameters:
- description: "the cakSecretIdentifier value to set"
name: "cakSecretIdentifier"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteLinkMacSecConfig withCakSecretIdentifier(String cakSecretIdentifier)"
desc: "Set keyvault Secret Identifier URL containing Mac security CAK key."
returns:
description: "the ExpressRouteLinkMacSecConfig object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig?alt=com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig&text=ExpressRouteLinkMacSecConfig\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.withCipher(com.microsoft.azure.management.network.ExpressRouteLinkMacSecCipher)"
fullName: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.withCipher(ExpressRouteLinkMacSecCipher cipher)"
name: "withCipher(ExpressRouteLinkMacSecCipher cipher)"
nameWithType: "ExpressRouteLinkMacSecConfig.withCipher(ExpressRouteLinkMacSecCipher cipher)"
summary: "Set mac security cipher."
parameters:
- description: "the cipher value to set"
name: "cipher"
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteLinkMacSecCipher?alt=com.microsoft.azure.management.network.ExpressRouteLinkMacSecCipher&text=ExpressRouteLinkMacSecCipher\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteLinkMacSecConfig withCipher(ExpressRouteLinkMacSecCipher cipher)"
desc: "Set mac security cipher. Possible values include: 'gcm-aes-128', 'gcm-aes-256'."
returns:
description: "the ExpressRouteLinkMacSecConfig object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig?alt=com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig&text=ExpressRouteLinkMacSecConfig\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.withCknSecretIdentifier(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig.withCknSecretIdentifier(String cknSecretIdentifier)"
name: "withCknSecretIdentifier(String cknSecretIdentifier)"
nameWithType: "ExpressRouteLinkMacSecConfig.withCknSecretIdentifier(String cknSecretIdentifier)"
summary: "Set keyvault Secret Identifier URL containing Mac security CKN key."
parameters:
- description: "the cknSecretIdentifier value to set"
name: "cknSecretIdentifier"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ExpressRouteLinkMacSecConfig withCknSecretIdentifier(String cknSecretIdentifier)"
desc: "Set keyvault Secret Identifier URL containing Mac security CKN key."
returns:
description: "the ExpressRouteLinkMacSecConfig object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig?alt=com.microsoft.azure.management.network.ExpressRouteLinkMacSecConfig&text=ExpressRouteLinkMacSecConfig\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Definition of ExpressRouteLink Mac Security configuration. ExpressRouteLink Mac Security Configuration."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4