共用方式為


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

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