Show / Hide Table of Contents

Class Provision

Provision is the unit operation that provision the underlying resources represented by a Unit. Can only execute if the Unit is not currently provisioned.

Inheritance
object
Provision
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class Provision : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX