Bagikan melalui


DeletedManagedHsm Constructors

Definition

Overloads

DeletedManagedHsm()

Initializes a new instance of the DeletedManagedHsm class.

DeletedManagedHsm(String, String, String, DeletedManagedHsmProperties)

Initializes a new instance of the DeletedManagedHsm class.

DeletedManagedHsm()

Initializes a new instance of the DeletedManagedHsm class.

public DeletedManagedHsm ();
Public Sub New ()

Applies to

DeletedManagedHsm(String, String, String, DeletedManagedHsmProperties)

Initializes a new instance of the DeletedManagedHsm class.

public DeletedManagedHsm (string id = default, string name = default, string type = default, Microsoft.Azure.Management.KeyVault.Models.DeletedManagedHsmProperties properties = default);
new Microsoft.Azure.Management.KeyVault.Models.DeletedManagedHsm : string * string * string * Microsoft.Azure.Management.KeyVault.Models.DeletedManagedHsmProperties -> Microsoft.Azure.Management.KeyVault.Models.DeletedManagedHsm
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As DeletedManagedHsmProperties = Nothing)

Parameters

id
String

The Azure Resource Manager resource ID for the deleted managed HSM Pool.

name
String

The name of the managed HSM Pool.

type
String

The resource type of the managed HSM Pool.

properties
DeletedManagedHsmProperties

Properties of the deleted managed HSM

Applies to