108 строки
7.1 KiB
YAML
108 строки
7.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerinstance.EncryptionProperties"
|
|
fullName: "com.microsoft.azure.management.containerinstance.EncryptionProperties"
|
|
name: "EncryptionProperties"
|
|
nameWithType: "EncryptionProperties"
|
|
summary: "The container group encryption properties."
|
|
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 **EncryptionProperties**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerinstance.EncryptionProperties.EncryptionProperties()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.EncryptionProperties.EncryptionProperties()"
|
|
name: "EncryptionProperties()"
|
|
nameWithType: "EncryptionProperties.EncryptionProperties()"
|
|
syntax: "public EncryptionProperties()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerinstance.EncryptionProperties.keyName()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.EncryptionProperties.keyName()"
|
|
name: "keyName()"
|
|
nameWithType: "EncryptionProperties.keyName()"
|
|
summary: "Get the encryption key name."
|
|
syntax: "public String keyName()"
|
|
desc: "Get the encryption key name."
|
|
returns:
|
|
description: "the keyName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.EncryptionProperties.keyVersion()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.EncryptionProperties.keyVersion()"
|
|
name: "keyVersion()"
|
|
nameWithType: "EncryptionProperties.keyVersion()"
|
|
summary: "Get the encryption key version."
|
|
syntax: "public String keyVersion()"
|
|
desc: "Get the encryption key version."
|
|
returns:
|
|
description: "the keyVersion value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.EncryptionProperties.vaultBaseUrl()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.EncryptionProperties.vaultBaseUrl()"
|
|
name: "vaultBaseUrl()"
|
|
nameWithType: "EncryptionProperties.vaultBaseUrl()"
|
|
summary: "Get the keyvault base url."
|
|
syntax: "public String vaultBaseUrl()"
|
|
desc: "Get the keyvault base url."
|
|
returns:
|
|
description: "the vaultBaseUrl value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.EncryptionProperties.withKeyName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.EncryptionProperties.withKeyName(String keyName)"
|
|
name: "withKeyName(String keyName)"
|
|
nameWithType: "EncryptionProperties.withKeyName(String keyName)"
|
|
summary: "Set the encryption key name."
|
|
parameters:
|
|
- description: "the keyName value to set"
|
|
name: "keyName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncryptionProperties withKeyName(String keyName)"
|
|
desc: "Set the encryption key name."
|
|
returns:
|
|
description: "the EncryptionProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.EncryptionProperties?alt=com.microsoft.azure.management.containerinstance.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.EncryptionProperties.withKeyVersion(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.EncryptionProperties.withKeyVersion(String keyVersion)"
|
|
name: "withKeyVersion(String keyVersion)"
|
|
nameWithType: "EncryptionProperties.withKeyVersion(String keyVersion)"
|
|
summary: "Set the encryption key version."
|
|
parameters:
|
|
- description: "the keyVersion value to set"
|
|
name: "keyVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncryptionProperties withKeyVersion(String keyVersion)"
|
|
desc: "Set the encryption key version."
|
|
returns:
|
|
description: "the EncryptionProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.EncryptionProperties?alt=com.microsoft.azure.management.containerinstance.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.EncryptionProperties.withVaultBaseUrl(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.EncryptionProperties.withVaultBaseUrl(String vaultBaseUrl)"
|
|
name: "withVaultBaseUrl(String vaultBaseUrl)"
|
|
nameWithType: "EncryptionProperties.withVaultBaseUrl(String vaultBaseUrl)"
|
|
summary: "Set the keyvault base url."
|
|
parameters:
|
|
- description: "the vaultBaseUrl value to set"
|
|
name: "vaultBaseUrl"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EncryptionProperties withVaultBaseUrl(String vaultBaseUrl)"
|
|
desc: "Set the keyvault base url."
|
|
returns:
|
|
description: "the EncryptionProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.EncryptionProperties?alt=com.microsoft.azure.management.containerinstance.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The container group encryption properties."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerinstance"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4
|