NewRelicSingleSignOnState 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 NewRelicSingleSignOnState : IEquatable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicSingleSignOnState>
type NewRelicSingleSignOnState = struct
Public Structure NewRelicSingleSignOnState
Implements IEquatable(Of NewRelicSingleSignOnState)
- Inheritance
-
NewRelicSingleSignOnState
- Implements
Constructors
NewRelicSingleSignOnState(String) |
Initializes a new instance of NewRelicSingleSignOnState. |
Properties
Disable |
Disable. |
Enable |
Enable. |
Existing |
Existing. |
Initial |
Initial. |
Methods
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
Equality(NewRelicSingleSignOnState, NewRelicSingleSignOnState) |
Determines if two NewRelicSingleSignOnState values are the same. |
Implicit(String to NewRelicSingleSignOnState) |
Converts a string to a NewRelicSingleSignOnState. |
Inequality(NewRelicSingleSignOnState, NewRelicSingleSignOnState) |
Determines if two NewRelicSingleSignOnState values are not the same. |
Applies to
Azure SDK for .NET