DedicatedHsmData Constructor
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.
Initializes a new instance of DedicatedHsmData.
public DedicatedHsmData(Azure.Core.AzureLocation ___location, Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmSku sku, Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmProperties properties);
new Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmData : Azure.Core.AzureLocation * Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmSku * Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmProperties -> Azure.ResourceManager.HardwareSecurityModules.DedicatedHsmData
Public Sub New (___location As AzureLocation, sku As DedicatedHsmSku, properties As DedicatedHsmProperties)
Parameters
- ___location
- AzureLocation
The ___location.
- sku
- DedicatedHsmSku
SKU details.
- properties
- DedicatedHsmProperties
Properties of the dedicated HSM.
Exceptions
sku
or properties
is null.