Show / Hide Table of Contents

Class UpgradeAction

Quarterly upgrade details.

Inheritance
object
Action
UpgradeAction
Inherited Members
Action.ReferenceKey
Action.State
Action.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class UpgradeAction : Action

Properties

Qualifier

Declaration
[JsonProperty(PropertyName = "qualifier")]
public string Qualifier { get; set; }
Property Value
Type Description
string

month qualifier

Version

Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

name of the repo

In this article
Back to top