ManagedHsm Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ManagedHsm() |
Initializes a new instance of the ManagedHsm class. |
ManagedHsm(String, String, String, String, ManagedHsmSku, IDictionary<String,String>, ManagedHsmProperties) |
Initializes a new instance of the ManagedHsm class. |
ManagedHsm()
Initializes a new instance of the ManagedHsm class.
public ManagedHsm ();
Public Sub New ()
Applies to
ManagedHsm(String, String, String, String, ManagedHsmSku, IDictionary<String,String>, ManagedHsmProperties)
Initializes a new instance of the ManagedHsm class.
public ManagedHsm (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, Microsoft.Azure.Management.KeyVault.Models.ManagedHsmProperties properties = default);
new Microsoft.Azure.Management.KeyVault.Models.ManagedHsm : string * string * string * string * Microsoft.Azure.Management.KeyVault.Models.ManagedHsmSku * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.KeyVault.Models.ManagedHsmProperties -> Microsoft.Azure.Management.KeyVault.Models.ManagedHsm
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, Optional properties As ManagedHsmProperties = 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
- properties
- ManagedHsmProperties
Properties of the managed HSM
Applies to
Azure SDK for .NET