FirewallPolicySku 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
FirewallPolicySku() |
Initializes a new instance of the FirewallPolicySku class. |
FirewallPolicySku(String) |
Initializes a new instance of the FirewallPolicySku class. |
FirewallPolicySku()
Initializes a new instance of the FirewallPolicySku class.
public FirewallPolicySku ();
Public Sub New ()
Applies to
FirewallPolicySku(String)
Initializes a new instance of the FirewallPolicySku class.
public FirewallPolicySku (string tier = default);
new Microsoft.Azure.Management.Network.Models.FirewallPolicySku : string -> Microsoft.Azure.Management.Network.Models.FirewallPolicySku
Public Sub New (Optional tier As String = Nothing)
Parameters
- tier
- String
Tier of Firewall Policy. Possible values include: 'Standard', 'Premium', 'Basic'
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET