IAutoUpgradeProfile.UpgradeChannel Property
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.
Channel used for autoupgrade.
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.Info(Description="Channel used for autoupgrade.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="upgradeChannel")]
public string UpgradeChannel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.Info(Description="Channel used for autoupgrade.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="upgradeChannel")>]
member this.UpgradeChannel : string with get, set
Public Property UpgradeChannel As String
Property Value
- Attributes