Share via


VaultExtendedInfoResource Constructors

Definition

Overloads

VaultExtendedInfoResource()

Initializes a new instance of the VaultExtendedInfoResource class.

VaultExtendedInfoResource(String, String, String, String, String, String, String, String)

Initializes a new instance of the VaultExtendedInfoResource class.

VaultExtendedInfoResource()

Initializes a new instance of the VaultExtendedInfoResource class.

public VaultExtendedInfoResource ();
Public Sub New ()

Applies to

VaultExtendedInfoResource(String, String, String, String, String, String, String, String)

Initializes a new instance of the VaultExtendedInfoResource class.

public VaultExtendedInfoResource (string id = default, string name = default, string type = default, string etag = default, string integrityKey = default, string encryptionKey = default, string encryptionKeyThumbprint = default, string algorithm = default);
new Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional integrityKey As String = Nothing, Optional encryptionKey As String = Nothing, Optional encryptionKeyThumbprint As String = Nothing, Optional algorithm As String = Nothing)

Parameters

id
String

Resource Id represents the complete path to the resource.

name
String

Resource name associated with the resource.

type
String

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

etag
String

Optional ETag.

integrityKey
String

Integrity key.

encryptionKey
String

Encryption key.

encryptionKeyThumbprint
String

Encryption key thumbprint.

algorithm
String

Algorithm for Vault ExtendedInfo

Applies to