azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

115 строки
9.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty"
name: "EncryptionProperty"
nameWithType: "EncryptionProperty"
summary: "The Encryption<wbr>Property model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **EncryptionProperty**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.EncryptionProperty()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.EncryptionProperty()"
name: "EncryptionProperty()"
nameWithType: "EncryptionProperty.EncryptionProperty()"
syntax: "public EncryptionProperty()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.identity()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.identity()"
name: "identity()"
nameWithType: "EncryptionProperty.identity()"
summary: "Get the identity property: The identity that will be used to access the key vault for encryption at rest."
syntax: "public IdentityForCmk identity()"
desc: "Get the identity property: The identity that will be used to access the key vault for encryption at rest."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk?alt=com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk&text=IdentityForCmk\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.keyVaultProperties()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.keyVaultProperties()"
name: "keyVaultProperties()"
nameWithType: "EncryptionProperty.keyVaultProperties()"
summary: "Get the key<wbr>Vault<wbr>Properties property: Customer Key vault properties."
syntax: "public KeyVaultProperties keyVaultProperties()"
desc: "Get the keyVaultProperties property: Customer Key vault properties."
returns:
description: "the keyVaultProperties value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties?alt=com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.status()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.status()"
name: "status()"
nameWithType: "EncryptionProperty.status()"
summary: "Get the status property: Indicates whether or not the encryption is enabled for the workspace."
syntax: "public EncryptionStatus status()"
desc: "Get the status property: Indicates whether or not the encryption is enabled for the workspace."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionStatus?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionStatus&text=EncryptionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.validate()"
name: "validate()"
nameWithType: "EncryptionProperty.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.withIdentity(com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.withIdentity(IdentityForCmk identity)"
name: "withIdentity(IdentityForCmk identity)"
nameWithType: "EncryptionProperty.withIdentity(IdentityForCmk identity)"
summary: "Set the identity property: The identity that will be used to access the key vault for encryption at rest."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk?alt=com.azure.resourcemanager.machinelearningservices.models.IdentityForCmk&text=IdentityForCmk\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EncryptionProperty withIdentity(IdentityForCmk identity)"
desc: "Set the identity property: The identity that will be used to access the key vault for encryption at rest."
returns:
description: "the EncryptionProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty&text=EncryptionProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.withKeyVaultProperties(com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
name: "withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
nameWithType: "EncryptionProperty.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
summary: "Set the key<wbr>Vault<wbr>Properties property: Customer Key vault properties."
parameters:
- description: "the keyVaultProperties value to set."
name: "keyVaultProperties"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties?alt=com.azure.resourcemanager.machinelearningservices.models.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EncryptionProperty withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
desc: "Set the keyVaultProperties property: Customer Key vault properties."
returns:
description: "the EncryptionProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty&text=EncryptionProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.withStatus(com.azure.resourcemanager.machinelearningservices.models.EncryptionStatus)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty.withStatus(EncryptionStatus status)"
name: "withStatus(EncryptionStatus status)"
nameWithType: "EncryptionProperty.withStatus(EncryptionStatus status)"
summary: "Set the status property: Indicates whether or not the encryption is enabled for the workspace."
parameters:
- description: "the status value to set."
name: "status"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionStatus?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionStatus&text=EncryptionStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EncryptionProperty withStatus(EncryptionStatus status)"
desc: "Set the status property: Indicates whether or not the encryption is enabled for the workspace."
returns:
description: "the EncryptionProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperty&text=EncryptionProperty\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The EncryptionProperty model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1