public sealed class ProvisionedService : IMessage<ProvisionedService>, IEquatable<ProvisionedService>, IDeepCloneable<ProvisionedService>, IBufferMessage, IMessage
Service 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 would be the underlying Subscription ID.
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 |