EncryptionSettings Constructors

Definition

Overloads

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.

EncryptionSettings()

Initializes a new instance of the EncryptionSettings class.

public EncryptionSettings ();
Public Sub New ()

Applies to

EncryptionSettings(EncryptionStatus, KeyRolloverStatus, String, String, String, Nullable<Kind>)

Initializes a new instance of the EncryptionSettings class.

public EncryptionSettings (Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionStatus encryptionStatus, Microsoft.Azure.Management.StorSimple8000Series.Models.KeyRolloverStatus keyRolloverStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionSettings : Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionStatus * Microsoft.Azure.Management.StorSimple8000Series.Models.KeyRolloverStatus * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> -> Microsoft.Azure.Management.StorSimple8000Series.Models.EncryptionSettings
Public Sub New (encryptionStatus As EncryptionStatus, keyRolloverStatus As KeyRolloverStatus, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing)

Parameters

encryptionStatus
EncryptionStatus

The encryption status to indicates if encryption is enabled or not. Possible values include: 'Enabled', 'Disabled'

keyRolloverStatus
KeyRolloverStatus

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'

id
String

The path ID that uniquely identifies the object.

name
String

The name of the object.

type
String

The hierarchical type of the object.

kind
Nullable<Kind>

The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

Applies to