ApplicationGatewaySkuName 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.
Name of an application gateway SKU.
public readonly struct ApplicationGatewaySkuName : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewaySkuName>
type ApplicationGatewaySkuName = struct
Public Structure ApplicationGatewaySkuName
Implements IEquatable(Of ApplicationGatewaySkuName)
- Inheritance
-
ApplicationGatewaySkuName
- Implements
Constructors
ApplicationGatewaySkuName(String) |
Initializes a new instance of ApplicationGatewaySkuName. |
Properties
Basic |
Basic. |
StandardLarge |
Standard_Large. |
StandardMedium |
Standard_Medium. |
StandardSmall |
Standard_Small. |
StandardV2 |
Standard_v2. |
WAFLarge |
WAF_Large. |
WAFMedium |
WAF_Medium. |
WAFV2 |
WAF_v2. |
Methods
Equals(ApplicationGatewaySkuName) |
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(ApplicationGatewaySkuName, ApplicationGatewaySkuName) |
Determines if two ApplicationGatewaySkuName values are the same. |
Implicit(String to ApplicationGatewaySkuName) |
Converts a string to a ApplicationGatewaySkuName. |
Inequality(ApplicationGatewaySkuName, ApplicationGatewaySkuName) |
Determines if two ApplicationGatewaySkuName values are not the same. |
Applies to
Azure SDK for .NET