Share via


ManagerExtendedInfo Constructors

Definition

Overloads

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.

ManagerExtendedInfo()

Initializes a new instance of the ManagerExtendedInfo class.

public ManagerExtendedInfo ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ManagerExtendedInfo class.

public ManagerExtendedInfo (string integrityKey, string algorithm, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, string version = default, string encryptionKey = default, string encryptionKeyThumbprint = default, string portalCertificateThumbprint = default, string etag = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.ManagerExtendedInfo : string * string * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * string * string * string * string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.ManagerExtendedInfo
Public Sub New (integrityKey As String, algorithm As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional version As String = Nothing, Optional encryptionKey As String = Nothing, Optional encryptionKeyThumbprint As String = Nothing, Optional portalCertificateThumbprint As String = Nothing, Optional etag As String = Nothing)

Parameters

integrityKey
String

Represents the CIK of the resource.

algorithm
String

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

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'

version
String

The version of the extended info being persisted.

encryptionKey
String

Represents the CEK of the resource.

encryptionKeyThumbprint
String

Represents the Cert thumbprint that was used to encrypt the CEK.

portalCertificateThumbprint
String

Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.

etag
String

The etag of the resource.

Applies to