Uses of Class
com.azure.resourcemanager.containerinstance.models.EncryptionProperties
-
Packages that use EncryptionProperties Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models 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 EncryptionProperties Modifier and Type Method Description EncryptionPropertiesContainerGroupInner. encryptionProperties()Get the encryptionProperties property: The encryption properties for a container group.EncryptionPropertiesContainerGroupProperties. encryptionProperties()Get the encryptionProperties property: The encryption properties for a container group.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type EncryptionProperties Modifier and Type Method Description ContainerGroupInnerContainerGroupInner. withEncryptionProperties(EncryptionProperties encryptionProperties)Set the encryptionProperties property: The encryption properties for a container group.ContainerGroupPropertiesContainerGroupProperties. 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 EncryptionProperties Modifier and Type Method Description EncryptionPropertiesEncryptionProperties. withKeyName(String keyName)Set the keyName property: The encryption key name.EncryptionPropertiesEncryptionProperties. withKeyVersion(String keyVersion)Set the keyVersion property: The encryption key version.EncryptionPropertiesEncryptionProperties. withVaultBaseUrl(String vaultBaseUrl)Set the vaultBaseUrl property: The keyvault base url.
-