AzureFirewallSkuTier Struct
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.
Tier of an Azure Firewall.
public readonly struct AzureFirewallSkuTier : IEquatable<Azure.ResourceManager.Network.Models.AzureFirewallSkuTier>
type AzureFirewallSkuTier = struct
Public Structure AzureFirewallSkuTier
Implements IEquatable(Of AzureFirewallSkuTier)
- Inheritance
-
AzureFirewallSkuTier
- Implements
Constructors
AzureFirewallSkuTier(String) |
Initializes a new instance of AzureFirewallSkuTier. |
Properties
Basic |
Basic. |
Premium |
Premium. |
Standard |
Standard. |
Methods
Equals(AzureFirewallSkuTier) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AzureFirewallSkuTier, AzureFirewallSkuTier) |
Determines if two AzureFirewallSkuTier values are the same. |
Implicit(String to AzureFirewallSkuTier) |
Converts a string to a AzureFirewallSkuTier. |
Inequality(AzureFirewallSkuTier, AzureFirewallSkuTier) |
Determines if two AzureFirewallSkuTier values are not the same. |
Applies to
Azure SDK for .NET