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.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET