AstroSingleSignOnState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| AstroSingleSignOnState(String) |
Initializes a new instance of AstroSingleSignOnState. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(AstroSingleSignOnState, AstroSingleSignOnState) |
Determines if two AstroSingleSignOnState values are the same. |
| Implicit(String to AstroSingleSignOnState) |
Converts a string to a AstroSingleSignOnState. |
| Implicit(String to Nullable<AstroSingleSignOnState>) | |
| Inequality(AstroSingleSignOnState, AstroSingleSignOnState) |
Determines if two AstroSingleSignOnState values are not the same. |