Freigeben über


AutoUpgradeProfile Class

Definition

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

Name Description
AutoUpgradeProfile()

Creates an new AutoUpgradeProfile instance.

Properties

Name Description
UpgradeChannel

Channel used for autoupgrade.

Methods

Name Description
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()

Applies to