Uses of Class
com.azure.resourcemanager.containerinstance.models.EncryptionProperties
Packages that use EncryptionProperties
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of EncryptionProperties in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return EncryptionPropertiesModifier and TypeMethodDescriptionContainerGroupInner.encryptionProperties()Get the encryptionProperties property: The encryption properties for a container group.ContainerGroupProperties.encryptionProperties()Get the encryptionProperties property: The encryption properties for a container group.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type EncryptionPropertiesModifier and TypeMethodDescriptionContainerGroupInner.withEncryptionProperties(EncryptionProperties encryptionProperties) Set the encryptionProperties property: The encryption properties for a container group.ContainerGroupProperties.withEncryptionProperties(EncryptionProperties encryptionProperties) Set the encryptionProperties property: The encryption properties for a container group. -
Uses of EncryptionProperties in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return EncryptionPropertiesModifier and TypeMethodDescriptionstatic EncryptionPropertiesEncryptionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionProperties from the JsonReader.EncryptionProperties.withIdentity(String identity) Set the identity property: The keyvault managed identity.EncryptionProperties.withKeyName(String keyName) Set the keyName property: The encryption key name.EncryptionProperties.withKeyVersion(String keyVersion) Set the keyVersion property: The encryption key version.EncryptionProperties.withVaultBaseUrl(String vaultBaseUrl) Set the vaultBaseUrl property: The keyvault base url.