AutoUpgradeProfile 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.
Autoupgrade settings of a deployment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.AutoUpgradeProfileTypeConverter))]
public class AutoUpgradeProfile : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.IAutoUpgradeProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.AutoUpgradeProfileTypeConverter))>]
type AutoUpgradeProfile = class
interface IAutoUpgradeProfile
interface IJsonSerializable
Public Class AutoUpgradeProfile
Implements IAutoUpgradeProfile
- Inheritance
-
AutoUpgradeProfile
- Attributes
- Implements
Constructors
AutoUpgradeProfile() |
Creates an new AutoUpgradeProfile instance. |
Properties
UpgradeChannel |
Channel used for autoupgrade. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutoUpgradeProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutoUpgradeProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.IAutoUpgradeProfile. |
FromJsonString(String) |
Creates a new instance of AutoUpgradeProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutoUpgradeProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |