NeonSingleSignOnState 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 NeonSingleSignOnState : IEquatable<Azure.ResourceManager.NeonPostgres.Models.NeonSingleSignOnState>
type NeonSingleSignOnState = struct
Public Structure NeonSingleSignOnState
Implements IEquatable(Of NeonSingleSignOnState)
- Inheritance
-
NeonSingleSignOnState
- Implements
Constructors
NeonSingleSignOnState(String) |
Initializes a new instance of NeonSingleSignOnState. |
Properties
Disable |
SSO is disabled for the organization. |
Enable |
SSO is enabled for the organization. |
Initial |
Initial state of the SSO resource. |
Methods
Equals(NeonSingleSignOnState) |
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(NeonSingleSignOnState, NeonSingleSignOnState) |
Determines if two NeonSingleSignOnState values are the same. |
Implicit(String to NeonSingleSignOnState) |
Converts a String to a NeonSingleSignOnState. |
Inequality(NeonSingleSignOnState, NeonSingleSignOnState) |
Determines if two NeonSingleSignOnState values are not the same. |
Applies to
Azure SDK for .NET