DatadogSingleSignOnState 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 DatadogSingleSignOnState : IEquatable<Azure.ResourceManager.Datadog.Models.DatadogSingleSignOnState>
type DatadogSingleSignOnState = struct
Public Structure DatadogSingleSignOnState
Implements IEquatable(Of DatadogSingleSignOnState)
- Inheritance
-
DatadogSingleSignOnState
- Implements
Constructors
| Name | Description |
|---|---|
| DatadogSingleSignOnState(String) |
Initializes a new instance of DatadogSingleSignOnState. |
Properties
| Name | Description |
|---|---|
| Disable |
Disable. |
| Enable |
Enable. |
| Existing |
Existing. |
| Initial |
Initial. |
Methods
| Name | Description |
|---|---|
| Equals(DatadogSingleSignOnState) |
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(DatadogSingleSignOnState, DatadogSingleSignOnState) |
Determines if two DatadogSingleSignOnState values are the same. |
| Implicit(String to DatadogSingleSignOnState) |
Converts a String to a DatadogSingleSignOnState. |
| Inequality(DatadogSingleSignOnState, DatadogSingleSignOnState) |
Determines if two DatadogSingleSignOnState values are not the same. |