Class ProvisionedService (1.6.0)

public sealed class ProvisionedService : IMessage<ProvisionedService>, IEquatable<ProvisionedService>, IDeepCloneable<ProvisionedService>, IBufferMessage, IMessage

Service provisioned for an entitlement.

Inheritance

Object > ProvisionedService

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ProvisionedService()

public ProvisionedService()

ProvisionedService(ProvisionedService)

public ProvisionedService(ProvisionedService other)
Parameter
NameDescription
otherProvisionedService

Properties

ProductId

public string ProductId { get; set; }

Output only. The product pertaining to the provisioning resource as specified in the Offer.

Property Value
TypeDescription
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
TypeDescription
String

SkuId

public string SkuId { get; set; }

Output only. The SKU pertaining to the provisioning resource as specified in the Offer.

Property Value
TypeDescription
String