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