Share via


ManagedHsmResource Constructors

Definition

Overloads

ManagedHsmResource()

Initializes a new instance of the ManagedHsmResource class.

ManagedHsmResource(String, String, String, String, ManagedHsmSku, IDictionary<String,String>)

Initializes a new instance of the ManagedHsmResource class.

ManagedHsmResource()

Initializes a new instance of the ManagedHsmResource class.

public ManagedHsmResource ();
Public Sub New ()

Applies to

ManagedHsmResource(String, String, String, String, ManagedHsmSku, IDictionary<String,String>)

Initializes a new instance of the ManagedHsmResource class.

public ManagedHsmResource (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.KeyVault.Models.ManagedHsmResource : string * string * string * string * Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Models.ManagedHsmResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional sku As ManagedHsmSku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

id
String

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

name
String

The name of the managed HSM Pool.

type
String

The resource type of the managed HSM Pool.

location
String

The supported Azure location where the managed HSM Pool should be created.

sku
ManagedHsmSku

SKU details

tags
IDictionary<String,String>

Resource tags

Applies to