Cloud Channel v1 API - Class ProvisionedService (2.12.0)

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.

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
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, 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