Class ProvisionedService (2.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ProvisionedService : IMessage<ProvisionedService>, IEquatable<ProvisionedService>, IDeepCloneable<ProvisionedService>, IBufferMessage, IMessageService provisioned for an entitlement.
Implements
IMessage<ProvisionedService>, IEquatable<ProvisionedService>, IDeepCloneable<ProvisionedService>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ProvisionedService()
public ProvisionedService()ProvisionedService(ProvisionedService)
public ProvisionedService(ProvisionedService other)| Parameter | |
|---|---|
| Name | Description |
other |
ProvisionedService |
Properties
ProductId
public string ProductId { get; set; }Output only. The product pertaining to the provisioning resource as specified in the Offer.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProvisioningId
public string ProvisioningId { get; set; }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."
| Property Value | |
|---|---|
| Type | Description |
String |
|
SkuId
public string SkuId { get; set; }Output only. The SKU pertaining to the provisioning resource as specified in the Offer.
| Property Value | |
|---|---|
| Type | Description |
String |
|