다음을 통해 공유


ArmPaloAltoNetworksNgfwModelFactory.FirewallSupportInfo Method

Definition

Initializes a new instance of FirewallSupportInfo.

public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallSupportInfo FirewallSupportInfo(string productSku = default, string productSerial = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType? accountRegistered = default, string accountId = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType? userDomainSupported = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType? userRegistered = default, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType? freeTrial = default, int? freeTrialDaysLeft = default, int? freeTrialCreditLeft = default, string helpURL = default, string supportURL = default, string registerURL = default);
static member FirewallSupportInfo : string * string * Nullable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType> * string * Nullable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType> * Nullable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType> * Nullable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType> * Nullable<int> * Nullable<int> * string * string * string -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallSupportInfo
Public Shared Function FirewallSupportInfo (Optional productSku As String = Nothing, Optional productSerial As String = Nothing, Optional accountRegistered As Nullable(Of FirewallBooleanType) = Nothing, Optional accountId As String = Nothing, Optional userDomainSupported As Nullable(Of FirewallBooleanType) = Nothing, Optional userRegistered As Nullable(Of FirewallBooleanType) = Nothing, Optional freeTrial As Nullable(Of FirewallBooleanType) = Nothing, Optional freeTrialDaysLeft As Nullable(Of Integer) = Nothing, Optional freeTrialCreditLeft As Nullable(Of Integer) = Nothing, Optional helpURL As String = Nothing, Optional supportURL As String = Nothing, Optional registerURL As String = Nothing) As FirewallSupportInfo

Parameters

productSku
String

product SKU associated with given resource.

productSerial
String

product Serial associated with given resource.

accountRegistered
Nullable<FirewallBooleanType>

account registered in Customer Support Portal.

accountId
String

Support account associated with given resource.

userDomainSupported
Nullable<FirewallBooleanType>

user domain is supported in Customer Support Portal.

userRegistered
Nullable<FirewallBooleanType>

user registered in Customer Support Portal.

freeTrial
Nullable<FirewallBooleanType>

Product usage is in free trial period.

freeTrialDaysLeft
Nullable<Int32>

Free trial days remaining.

freeTrialCreditLeft
Nullable<Int32>

Free trial credit remaining.

helpURL
String

URL for paloaltonetworks live community.

supportURL
String

URL for paloaltonetworks Customer Service Portal.

registerURL
String

URL for registering product in paloaltonetworks Customer Service Portal.

Returns

A new FirewallSupportInfo instance for mocking.

Applies to