public sealed class Upgrade : IMessage<Upgrade>, IEquatable<Upgrade>, IDeepCloneable<Upgrade>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API 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.
Namespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Constructors
Upgrade()
public Upgrade()
Upgrade(Upgrade)
public Upgrade(Upgrade other)
Parameter | |
---|---|
Name | Description |
other |
Upgrade |
Properties
InputVariables
public RepeatedField<UnitVariable> InputVariables { get; }
Optional. Set of input variables. Maximum 100. (optional)
Property Value | |
---|---|
Type | Description |
RepeatedFieldUnitVariable |
Release
public string Release { get; set; }
Optional. Reference to the Release object to use for the Unit. (optional).
Property Value | |
---|---|
Type | Description |
string |
ReleaseAsReleaseName
public ReleaseName ReleaseAsReleaseName { get; set; }
ReleaseName-typed view over the Release resource name property.
Property Value | |
---|---|
Type | Description |
ReleaseName |