ApplicationGatewayOperationalState 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.
Operational state of the application gateway resource.
public readonly struct ApplicationGatewayOperationalState : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayOperationalState>
type ApplicationGatewayOperationalState = struct
Public Structure ApplicationGatewayOperationalState
Implements IEquatable(Of ApplicationGatewayOperationalState)
- Inheritance
-
ApplicationGatewayOperationalState
- Implements
Constructors
ApplicationGatewayOperationalState(String) |
Initializes a new instance of ApplicationGatewayOperationalState. |
Properties
Running |
Running. |
Starting |
Starting. |
Stopped |
Stopped. |
Stopping |
Stopping. |
Methods
Equals(ApplicationGatewayOperationalState) |
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(ApplicationGatewayOperationalState, ApplicationGatewayOperationalState) |
Determines if two ApplicationGatewayOperationalState values are the same. |
Implicit(String to ApplicationGatewayOperationalState) |
Converts a string to a ApplicationGatewayOperationalState. |
Inequality(ApplicationGatewayOperationalState, ApplicationGatewayOperationalState) |
Determines if two ApplicationGatewayOperationalState values are not the same. |
Applies to
Azure SDK for .NET