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

93 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties"
name: "AciServiceCreateRequestEncryptionProperties"
nameWithType: "AciServiceCreateRequestEncryptionProperties"
summary: "The encryption properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.keyName()?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.keyName&text=keyName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.keyVersion()?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.keyVersion&text=keyVersion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.validate()?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.vaultBaseUrl()?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.vaultBaseUrl&text=vaultBaseUrl\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.withKeyName(java.lang.String)?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.withKeyName&text=withKeyName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.withKeyVersion(java.lang.String)?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.withKeyVersion&text=withKeyVersion\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.withVaultBaseUrl(java.lang.String)?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.withVaultBaseUrl&text=withVaultBaseUrl\" data-throw-if-not-resolved=\"False\" />"
- 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 **AciServiceCreateRequestEncryptionProperties**</br> extends <xref href=\"com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties?alt=com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.AciServiceCreateRequestEncryptionProperties()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.AciServiceCreateRequestEncryptionProperties()"
name: "AciServiceCreateRequestEncryptionProperties()"
nameWithType: "AciServiceCreateRequestEncryptionProperties.AciServiceCreateRequestEncryptionProperties()"
syntax: "public AciServiceCreateRequestEncryptionProperties()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.validate()"
name: "validate()"
nameWithType: "AciServiceCreateRequestEncryptionProperties.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.withKeyName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.withKeyName(String keyName)"
name: "withKeyName(String keyName)"
nameWithType: "AciServiceCreateRequestEncryptionProperties.withKeyName(String keyName)"
summary: "Set the key<wbr>Name property: Encryption Key name."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.withKeyName(java.lang.String)"
parameters:
- name: "keyName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AciServiceCreateRequestEncryptionProperties withKeyName(String keyName)"
desc: "Set the keyName property: Encryption Key name."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties?alt=com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties&text=AciServiceCreateRequestEncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.withKeyVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.withKeyVersion(String keyVersion)"
name: "withKeyVersion(String keyVersion)"
nameWithType: "AciServiceCreateRequestEncryptionProperties.withKeyVersion(String keyVersion)"
summary: "Set the key<wbr>Version property: Encryption Key Version."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.withKeyVersion(java.lang.String)"
parameters:
- name: "keyVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AciServiceCreateRequestEncryptionProperties withKeyVersion(String keyVersion)"
desc: "Set the keyVersion property: Encryption Key Version."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties?alt=com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties&text=AciServiceCreateRequestEncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.withVaultBaseUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties.withVaultBaseUrl(String vaultBaseUrl)"
name: "withVaultBaseUrl(String vaultBaseUrl)"
nameWithType: "AciServiceCreateRequestEncryptionProperties.withVaultBaseUrl(String vaultBaseUrl)"
summary: "Set the vault<wbr>Base<wbr>Url property: vault base Url."
overridden: "com.azure.resourcemanager.machinelearningservices.models.EncryptionProperties.withVaultBaseUrl(java.lang.String)"
parameters:
- name: "vaultBaseUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AciServiceCreateRequestEncryptionProperties withVaultBaseUrl(String vaultBaseUrl)"
desc: "Set the vaultBaseUrl property: vault base Url."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties?alt=com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestEncryptionProperties&text=AciServiceCreateRequestEncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The encryption properties."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1