EncryptionSettings 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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class EncryptionSettings : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EncryptionSettings = class
inherit BaseModel
Public Class EncryptionSettings
Inherits BaseModel
- Inheritance
- Attributes
Constructors
EncryptionSettings() |
Initializes a new instance of the EncryptionSettings class. |
EncryptionSettings(EncryptionStatus, KeyRolloverStatus, String, String, String, Nullable<Kind>) |
Initializes a new instance of the EncryptionSettings class. |
Properties
EncryptionStatus |
Gets or sets the encryption status to indicates if encryption is enabled or not. Possible values include: 'Enabled', 'Disabled' |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from BaseModel) |
KeyRolloverStatus |
Gets or sets the key rollover status to indicates if key rollover is required or not. If secret's encryption has been upgraded, then it requires key rollover. Possible values include: 'Required', 'NotRequired' |
Kind |
Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000' (Inherited from BaseModel) |
Name |
Gets the name of the object. (Inherited from BaseModel) |
Type |
Gets the hierarchical type of the object. (Inherited from BaseModel) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET