FoundryAutoUpgradeMode 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.
Represents the mode for foundry auto-upgrade configuration.
public readonly struct FoundryAutoUpgradeMode : IEquatable<Azure.ResourceManager.CognitiveServices.Models.FoundryAutoUpgradeMode>
type FoundryAutoUpgradeMode = struct
Public Structure FoundryAutoUpgradeMode
Implements IEquatable(Of FoundryAutoUpgradeMode)
- Inheritance
-
FoundryAutoUpgradeMode
- Implements
Constructors
| Name | Description |
|---|---|
| FoundryAutoUpgradeMode(String) |
Initializes a new instance of FoundryAutoUpgradeMode. |
Properties
| Name | Description |
|---|---|
| Disabled |
Auto-upgrade is disabled (opted out). |
| Enabled |
Auto-upgrade is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(FoundryAutoUpgradeMode) |
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(FoundryAutoUpgradeMode, FoundryAutoUpgradeMode) |
Determines if two FoundryAutoUpgradeMode values are the same. |
| Implicit(String to FoundryAutoUpgradeMode) |
Converts a string to a FoundryAutoUpgradeMode. |
| Implicit(String to Nullable<FoundryAutoUpgradeMode>) | |
| Inequality(FoundryAutoUpgradeMode, FoundryAutoUpgradeMode) |
Determines if two FoundryAutoUpgradeMode values are not the same. |