次の方法で共有


AzureFirewallAutoscaleConfiguration Class

Definition

Azure Firewall Autoscale Configuration parameters.

public class AzureFirewallAutoscaleConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.AzureFirewallAutoscaleConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.AzureFirewallAutoscaleConfiguration>
type AzureFirewallAutoscaleConfiguration = class
    interface IJsonModel<AzureFirewallAutoscaleConfiguration>
    interface IPersistableModel<AzureFirewallAutoscaleConfiguration>
Public Class AzureFirewallAutoscaleConfiguration
Implements IJsonModel(Of AzureFirewallAutoscaleConfiguration), IPersistableModel(Of AzureFirewallAutoscaleConfiguration)
Inheritance
AzureFirewallAutoscaleConfiguration
Implements

Constructors

AzureFirewallAutoscaleConfiguration()

Initializes a new instance of AzureFirewallAutoscaleConfiguration.

Properties

MaxCapacity

The maximum number of capacity units for this azure firewall. Use null to reset the value to the service default.

MinCapacity

The minimum number of capacity units for this azure firewall. Use null to reset the value to the service default.

Explicit Interface Implementations

IJsonModel<AzureFirewallAutoscaleConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureFirewallAutoscaleConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureFirewallAutoscaleConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureFirewallAutoscaleConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureFirewallAutoscaleConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to