FirewallSupportInfo Class
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.
Support information for the resource.
public class FirewallSupportInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallSupportInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallSupportInfo>
type FirewallSupportInfo = class
interface IJsonModel<FirewallSupportInfo>
interface IPersistableModel<FirewallSupportInfo>
Public Class FirewallSupportInfo
Implements IJsonModel(Of FirewallSupportInfo), IPersistableModel(Of FirewallSupportInfo)
- Inheritance
-
FirewallSupportInfo
- Implements
Properties
AccountId |
Support account associated with given resource. |
AccountRegistered |
account registered in Customer Support Portal. |
FreeTrial |
Product usage is in free trial period. |
FreeTrialCreditLeft |
Free trial credit remaining. |
FreeTrialDaysLeft |
Free trial days remaining. |
HelpURL |
URL for paloaltonetworks live community. |
ProductSerial |
product Serial associated with given resource. |
ProductSku |
product SKU associated with given resource. |
RegisterURL |
URL for registering product in paloaltonetworks Customer Service Portal. |
SupportURL |
URL for paloaltonetworks Customer Service Portal. |
UserDomainSupported |
user ___domain is supported in Customer Support Portal. |
UserRegistered |
user registered in Customer Support Portal. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FirewallSupportInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FirewallSupportInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FirewallSupportInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FirewallSupportInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FirewallSupportInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |