public sealed class ProvisionedService : IMessage<ProvisionedService>, IEquatable<ProvisionedService>, IDeepCloneable<ProvisionedService>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ProvisionedService.
Output only. Provisioning ID of the entitlement. For Google Workspace, this
is the underlying Subscription ID. For Google Cloud Platform, this is the
Billing Account ID of the billing subaccount."
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `ProvisionedService` class within the Google Cloud Channel v1 API, detailing its properties, constructors, and implementations."],["The latest version of the `ProvisionedService` class available is 2.14.0, and the page also links to documentation for other versions ranging from 2.13.0 down to 1.0.0."],["`ProvisionedService` is a class that describes a service provisioned for an entitlement, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three main output-only properties: `ProductId`, `ProvisioningId`, and `SkuId`, which provide details about the product, the provisioning ID, and the SKU related to the provisioned resource."],["There are two constructors available for the `ProvisionedService` class: a default constructor and another that takes another instance of the `ProvisionedService` class as a parameter."]]],[]]