Freigeben über


ApplicationGatewayOperationalState Struct

Definition

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

Name Description
ApplicationGatewayOperationalState(String)

Initializes a new instance of ApplicationGatewayOperationalState.

Properties

Name Description
Running

Running.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Methods

Name Description
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

Name Description
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