ArmHardwareSecurityModulesModelFactory.PaymentHsmProperties 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.
public static Azure.ResourceManager.HardwareSecurityModules.Models.PaymentHsmProperties PaymentHsmProperties(string appFqdn = default, string mgmtFqdn = default, Azure.ResourceManager.HardwareSecurityModules.Models.HardwareSecurityModuleState? state = default, string stateMessage = default);
static member PaymentHsmProperties : string * string * Nullable<Azure.ResourceManager.HardwareSecurityModules.Models.HardwareSecurityModuleState> * string -> Azure.ResourceManager.HardwareSecurityModules.Models.PaymentHsmProperties
Public Shared Function PaymentHsmProperties (Optional appFqdn As String = Nothing, Optional mgmtFqdn As String = Nothing, Optional state As Nullable(Of HardwareSecurityModuleState) = Nothing, Optional stateMessage As String = Nothing) As PaymentHsmProperties
Parameters
- appFqdn
- String
App FQDN of the Payment HSM.
- mgmtFqdn
- String
Mgmt FQDN of the Payment HSM.
The Payment HSM State.
- stateMessage
- String
The Payment HSM State message.
Returns
A new PaymentHsmProperties instance for mocking.