SaaS Runtime v1beta1 API - Class Provision (1.0.0-beta01)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class Provision : IMessage<Provision>, IEquatable<Provision>, IDeepCloneable<Provision>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# SaaS Runtime v1beta1 API - Class Provision (1.0.0-beta01)\n\n public sealed class Provision : IMessage\u003cProvision\u003e, IEquatable\u003cProvision\u003e, IDeepCloneable\u003cProvision\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the SaaS Runtime v1beta1 API class Provision.\n\nProvision is the unit operation that provision the underlying resources\nrepresented by a Unit. Can only execute if the Unit is not currently\nprovisioned. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Provision \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Provision](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.Provision), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Provision](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.Provision), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Provision](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.Provision), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll\n\nConstructors\n------------\n\n### Provision()\n\n public Provision()\n\n### Provision(Provision)\n\n public Provision(Provision other)\n\nProperties\n----------\n\n### InputVariables\n\n public RepeatedField\u003cUnitVariable\u003e InputVariables { get; }\n\nOptional. Set of input variables. Maximum 100. (optional)\n\n### Release\n\n public string Release { get; set; }\n\nOptional. Reference to the Release object to use for the Unit. (optional).\n\n### ReleaseAsReleaseName\n\n public ReleaseName ReleaseAsReleaseName { get; set; }\n\n[ReleaseName](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.ReleaseName)-typed view over the [Release](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.Provision#Google_Cloud_SaasPlatform_SaasServiceMgmt_V1Beta1_Provision_Release) resource name property."]]