EncryptionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The encryption settings for automation account
public class EncryptionProperties
type EncryptionProperties = class
Public Class EncryptionProperties
- Inheritance
-
EncryptionProperties
Constructors
EncryptionProperties() |
Initializes a new instance of the EncryptionProperties class. |
EncryptionProperties(KeyVaultProperties, Nullable<EncryptionKeySourceType>, EncryptionPropertiesIdentity) |
Initializes a new instance of the EncryptionProperties class. |
Properties
Identity |
Gets or sets user identity used for CMK. |
KeySource |
Gets or sets encryption Key Source. Possible values include: 'Microsoft.Automation', 'Microsoft.Keyvault' |
KeyVaultProperties |
Gets or sets key vault properties. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET