DynatraceSingleSignOnState Struct

Definition

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