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