Sprog

ArmHardwareSecurityModulesModelFactory.PaymentHsmProperties Method

Definition

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.

state
Nullable<HardwareSecurityModuleState>

The Payment HSM State.

stateMessage
String

The Payment HSM State message.

Returns

A new PaymentHsmProperties instance for mocking.

Applies to