Delen via


AstroSingleSignOnState Struct

Definition

Various states of the SSO resource.

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

Constructors

AstroSingleSignOnState(String)

Initializes a new instance of AstroSingleSignOnState.

Properties

Disable

State of the SSO resource when it is disabled.

Enable

State of the SSO resource when it is enabled.

Initial

Initial state of the SSO resource.

Methods

Equals(AstroSingleSignOnState)

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

Determines if two AstroSingleSignOnState values are the same.

Implicit(String to AstroSingleSignOnState)

Converts a string to a AstroSingleSignOnState.

Inequality(AstroSingleSignOnState, AstroSingleSignOnState)

Determines if two AstroSingleSignOnState values are not the same.

Applies to