NewRelicSingleSignOnState Struct

Definition

Various states of the SSO resource.

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

Constructors

Name Description
NewRelicSingleSignOnState(String)

Initializes a new instance of NewRelicSingleSignOnState.

Properties

Name Description
Disable

Gets the Disable.

Enable

Gets the Enable.

Existing

Gets the Existing.

Initial

Gets the Initial.

Methods

Name Description
Equals(NewRelicSingleSignOnState)

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

Determines if two NewRelicSingleSignOnState values are the same.

Implicit(String to NewRelicSingleSignOnState)

Converts a string to a NewRelicSingleSignOnState.

Implicit(String to Nullable<NewRelicSingleSignOnState>)
Inequality(NewRelicSingleSignOnState, NewRelicSingleSignOnState)

Determines if two NewRelicSingleSignOnState values are not the same.

Applies to