你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AstroSingleSignOnState Struct

Definition

Various states of the SSO resource.

public readonly struct AstroSingleSignOnState : IEquatable<Azure.ResourceManager.Astro.Models.AstroSingleSignOnState>
type AstroSingleSignOnState = struct
Public Structure AstroSingleSignOnState
Implements IEquatable(Of AstroSingleSignOnState)
Inheritance
AstroSingleSignOnState
Implements

Constructors

AstroSingleSignOnState(String)

Initializes a new instance of AstroSingleSignOnState.

Properties

Disable

State of the SSO resource when it is disabled.

Enable

State of the SSO resource when it is enabled.

Initial

Initial state of the SSO resource.

Methods

Equals(AstroSingleSignOnState)

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(AstroSingleSignOnState, AstroSingleSignOnState)

Determines if two AstroSingleSignOnState values are the same.

Implicit(String to AstroSingleSignOnState)

Converts a String to a AstroSingleSignOnState.

Inequality(AstroSingleSignOnState, AstroSingleSignOnState)

Determines if two AstroSingleSignOnState values are not the same.

Applies to