ApplicationGatewayRuleSetStatusOption 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.
The rule set status.
public readonly struct ApplicationGatewayRuleSetStatusOption : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayRuleSetStatusOption>
type ApplicationGatewayRuleSetStatusOption = struct
Public Structure ApplicationGatewayRuleSetStatusOption
Implements IEquatable(Of ApplicationGatewayRuleSetStatusOption)
- Inheritance
-
ApplicationGatewayRuleSetStatusOption
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayRuleSetStatusOption(String) |
Initializes a new instance of ApplicationGatewayRuleSetStatusOption. |
Properties
| Name | Description |
|---|---|
| Deprecated |
Deprecated. |
| GA |
GA. |
| Preview |
Preview. |
| Supported |
Supported. |
Methods
| Name | Description |
|---|---|
| Equals(ApplicationGatewayRuleSetStatusOption) |
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
| Name | Description |
|---|---|
| Equality(ApplicationGatewayRuleSetStatusOption, ApplicationGatewayRuleSetStatusOption) |
Determines if two ApplicationGatewayRuleSetStatusOption values are the same. |
| Implicit(String to ApplicationGatewayRuleSetStatusOption) |
Converts a String to a ApplicationGatewayRuleSetStatusOption. |
| Inequality(ApplicationGatewayRuleSetStatusOption, ApplicationGatewayRuleSetStatusOption) |
Determines if two ApplicationGatewayRuleSetStatusOption values are not the same. |