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, 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-03-21 UTC."],[[["The latest version of the Google Cloud Channel v1 API class ProvisionedService is 2.14.0, with multiple previous versions available, ranging down to version 1.0.0."],["ProvisionedService is a class within the Google.Cloud.Channel.V1 namespace, contained in the Google.Cloud.Channel.V1.dll assembly and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The ProvisionedService class represents a service provisioned for an entitlement and contains output-only properties such as ProductId, ProvisioningId, and SkuId, providing details about the product, the entitlement's provisioning ID, and the associated SKU."],["The ProvisionedService class offers two constructors: one default constructor `ProvisionedService()` and another `ProvisionedService(ProvisionedService other)` that takes another ProvisionedService object as a parameter."],["The class inherits from `object`, and it implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, each providing different ways of interacting with the class."]]],[]]