Class Upgrade
Upgrade is the unit operation that upgrades a provisioned unit, which may also include the underlying resources represented by a Unit. Can only execute if the Unit is currently provisioned.
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class Upgrade : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InputVariables
Optional. Set of input variables. Maximum 100. (optional)
Declaration
[JsonProperty("inputVariables")]
public virtual IList<UnitVariable> InputVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<UnitVariable> |
Release
Optional. Reference to the Release object to use for the Unit. (optional).
Declaration
[JsonProperty("release")]
public virtual string Release { get; set; }
Property Value
| Type | Description |
|---|---|
| string |