FoundryAutoUpgrade Class
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 foundry auto-upgrade configuration for a Cognitive Services account. Customers can opt out of auto-upgrade by setting mode to Disabled.
public class FoundryAutoUpgrade : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.FoundryAutoUpgrade>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.FoundryAutoUpgrade>
type FoundryAutoUpgrade = class
interface IJsonModel<FoundryAutoUpgrade>
interface IPersistableModel<FoundryAutoUpgrade>
Public Class FoundryAutoUpgrade
Implements IJsonModel(Of FoundryAutoUpgrade), IPersistableModel(Of FoundryAutoUpgrade)
- Inheritance
-
FoundryAutoUpgrade
- Implements
Constructors
| Name | Description |
|---|---|
| FoundryAutoUpgrade() |
Initializes a new instance of FoundryAutoUpgrade. |
Properties
| Name | Description |
|---|---|
| IsPlannedByMicrosoft |
Gets or sets a value indicating whether the auto-upgrade is planned by Microsoft. |
| Mode |
Gets or sets the auto-upgrade mode. |
| ScheduledOn |
Gets or sets the scheduled time for the auto-upgrade. |
| StatusReason |
Gets or sets the status reason for the auto-upgrade configuration. |