JitRequestState Struct

Definition

The JIT request state.

public readonly struct JitRequestState : IEquatable<Azure.ResourceManager.Resources.Models.JitRequestState>
type JitRequestState = struct
Public Structure JitRequestState
Implements IEquatable(Of JitRequestState)
Inheritance
JitRequestState
Implements

Constructors

JitRequestState(String)

Initializes a new instance of JitRequestState.

Properties

Approved

Approved.

Canceled

Canceled.

Denied

Denied.

Expired

Expired.

Failed

Failed.

NotSpecified

NotSpecified.

Pending

Pending.

Timeout

Timeout.

Methods

Equals(JitRequestState)

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(JitRequestState, JitRequestState)

Determines if two JitRequestState values are the same.

Implicit(String to JitRequestState)

Converts a string to a JitRequestState.

Inequality(JitRequestState, JitRequestState)

Determines if two JitRequestState values are not the same.

Applies to