Uses of Class
com.azure.resourcemanager.automation.models.EncryptionProperties
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of EncryptionProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionAutomationAccountCreateOrUpdateProperties.encryption()
Get the encryption property: Set the encryption properties for the automation account.AutomationAccountInner.encryption()
Get the encryption property: Encryption properties for the automation account.AutomationAccountProperties.encryption()
Get the encryption property: Encryption properties for the automation account.AutomationAccountUpdateProperties.encryption()
Get the encryption property: Set the encryption properties for the automation account.Modifier and TypeMethodDescriptionAutomationAccountCreateOrUpdateProperties.withEncryption
(EncryptionProperties encryption) Set the encryption property: Set the encryption properties for the automation account.AutomationAccountInner.withEncryption
(EncryptionProperties encryption) Set the encryption property: Encryption properties for the automation account.AutomationAccountProperties.withEncryption
(EncryptionProperties encryption) Set the encryption property: Encryption properties for the automation account.AutomationAccountUpdateProperties.withEncryption
(EncryptionProperties encryption) Set the encryption property: Set the encryption properties for the automation account. -
Uses of EncryptionProperties in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionAutomationAccount.encryption()
Gets the encryption property: Encryption properties for the automation account.AutomationAccountCreateOrUpdateParameters.encryption()
Get the encryption property: Set the encryption properties for the automation account.AutomationAccountUpdateParameters.encryption()
Get the encryption property: Set the encryption properties for the automation account.EncryptionProperties.withIdentity
(EncryptionPropertiesIdentity identity) Set the identity property: User identity used for CMK.EncryptionProperties.withKeySource
(EncryptionKeySourceType keySource) Set the keySource property: Encryption Key Source.EncryptionProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Key vault properties.Modifier and TypeMethodDescriptionAutomationAccount.DefinitionStages.WithEncryption.withEncryption
(EncryptionProperties encryption) Specifies the encryption property: Set the encryption properties for the automation account.AutomationAccount.UpdateStages.WithEncryption.withEncryption
(EncryptionProperties encryption) Specifies the encryption property: Set the encryption properties for the automation account.AutomationAccountCreateOrUpdateParameters.withEncryption
(EncryptionProperties encryption) Set the encryption property: Set the encryption properties for the automation account.AutomationAccountUpdateParameters.withEncryption
(EncryptionProperties encryption) Set the encryption property: Set the encryption properties for the automation account.