DevCenterSingleSignOnStatus 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.
SingleSignOn (SSO) enable or disable status. Indicates whether Dev Boxes in the Pool will have SSO enabled or disabled.
public readonly struct DevCenterSingleSignOnStatus : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterSingleSignOnStatus>
type DevCenterSingleSignOnStatus = struct
Public Structure DevCenterSingleSignOnStatus
Implements IEquatable(Of DevCenterSingleSignOnStatus)
- Inheritance
-
DevCenterSingleSignOnStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterSingleSignOnStatus(String) |
Initializes a new instance of DevCenterSingleSignOnStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
Single Sign On is disabled. |
| Enabled |
Single Sign On is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterSingleSignOnStatus) |
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(DevCenterSingleSignOnStatus, DevCenterSingleSignOnStatus) |
Determines if two DevCenterSingleSignOnStatus values are the same. |
| Implicit(String to DevCenterSingleSignOnStatus) |
Converts a string to a DevCenterSingleSignOnStatus. |
| Implicit(String to Nullable<DevCenterSingleSignOnStatus>) | |
| Inequality(DevCenterSingleSignOnStatus, DevCenterSingleSignOnStatus) |
Determines if two DevCenterSingleSignOnStatus values are not the same. |