AzureFirewallSku Constructors
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.
Overloads
AzureFirewallSku() |
Initializes a new instance of the AzureFirewallSku class. |
AzureFirewallSku(String, String) |
Initializes a new instance of the AzureFirewallSku class. |
AzureFirewallSku()
Initializes a new instance of the AzureFirewallSku class.
public AzureFirewallSku ();
Public Sub New ()
Applies to
AzureFirewallSku(String, String)
Initializes a new instance of the AzureFirewallSku class.
public AzureFirewallSku (string name = default, string tier = default);
new Microsoft.Azure.Management.Network.Models.AzureFirewallSku : string * string -> Microsoft.Azure.Management.Network.Models.AzureFirewallSku
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing)
Parameters
- name
- String
Name of an Azure Firewall SKU. Possible values include: 'AZFW_VNet', 'AZFW_Hub'
- tier
- String
Tier of an Azure Firewall. Possible values include: 'Standard', 'Premium', 'Basic'
Applies to
Azure SDK for .NET