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