Sdílet prostřednictvím


ManagerExtendedInfo Class

Definition

The extended info of the manager.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagerExtendedInfo : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagerExtendedInfo = class
    inherit BaseModel
Public Class ManagerExtendedInfo
Inherits BaseModel
Inheritance
ManagerExtendedInfo
Attributes

Constructors

ManagerExtendedInfo()

Initializes a new instance of the ManagerExtendedInfo class.

ManagerExtendedInfo(String, String, String, String, String, Nullable<Kind>, String, String, String, String, String)

Initializes a new instance of the ManagerExtendedInfo class.

Properties

Algorithm

Gets or sets represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted

EncryptionKey

Gets or sets represents the CEK of the resource.

EncryptionKeyThumbprint

Gets or sets represents the Cert thumbprint that was used to encrypt the CEK.

Etag

Gets or sets the etag of the resource.

Id

Gets the path ID that uniquely identifies the object.

(Inherited from BaseModel)
IntegrityKey

Gets or sets represents the CIK of the resource.

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)
PortalCertificateThumbprint

Gets or sets represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.

Type

Gets the hierarchical type of the object.

(Inherited from BaseModel)
Version

Gets or sets the version of the extended info being persisted.

Methods

Validate()

Validate the object.

Applies to