ArmHardwareSecurityModulesModelFactory.DedicatedHsmProperties Method
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 DedicatedHsmProperties.
public static Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmProperties DedicatedHsmProperties (Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmNetworkProfile networkProfile = default, Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmNetworkProfile managementNetworkProfile = default, string stampId = default, string statusMessage = default, Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmJsonWebKeyType? provisioningState = default);
static member DedicatedHsmProperties : Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmNetworkProfile * Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmNetworkProfile * string * string * Nullable<Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmJsonWebKeyType> -> Azure.ResourceManager.HardwareSecurityModules.Models.DedicatedHsmProperties
Public Shared Function DedicatedHsmProperties (Optional networkProfile As DedicatedHsmNetworkProfile = Nothing, Optional managementNetworkProfile As DedicatedHsmNetworkProfile = Nothing, Optional stampId As String = Nothing, Optional statusMessage As String = Nothing, Optional provisioningState As Nullable(Of DedicatedHsmJsonWebKeyType) = Nothing) As DedicatedHsmProperties
Parameters
- networkProfile
- DedicatedHsmNetworkProfile
Specifies the network interfaces of the dedicated hsm.
- managementNetworkProfile
- DedicatedHsmNetworkProfile
Specifies the management network interfaces of the dedicated hsm.
- stampId
- String
This field will be used when RP does not support Availability zones.
- statusMessage
- String
Resource Status Message.
- provisioningState
- Nullable<DedicatedHsmJsonWebKeyType>
Provisioning state.
Returns
A new DedicatedHsmProperties instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET