ApplicationGatewaySkuFamily 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.
Family of an application gateway SKU.
public readonly struct ApplicationGatewaySkuFamily : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewaySkuFamily>
type ApplicationGatewaySkuFamily = struct
Public Structure ApplicationGatewaySkuFamily
Implements IEquatable(Of ApplicationGatewaySkuFamily)
- Inheritance
-
ApplicationGatewaySkuFamily
- Implements
Constructors
ApplicationGatewaySkuFamily(String) |
Initializes a new instance of ApplicationGatewaySkuFamily. |
Properties
Generation1 |
Generation_1. |
Generation2 |
Generation_2. |
Methods
Equals(ApplicationGatewaySkuFamily) |
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(ApplicationGatewaySkuFamily, ApplicationGatewaySkuFamily) |
Determines if two ApplicationGatewaySkuFamily values are the same. |
Implicit(String to ApplicationGatewaySkuFamily) |
Converts a string to a ApplicationGatewaySkuFamily. |
Inequality(ApplicationGatewaySkuFamily, ApplicationGatewaySkuFamily) |
Determines if two ApplicationGatewaySkuFamily values are not the same. |
Applies to
Azure SDK for .NET