Class Sku
A single subscription SKU.
Inherited Members
Namespace: Oci.TenantmanagercontrolplaneService.Models
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class SkuProperties
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | SKU name. | 
Number
Declaration
[JsonProperty(PropertyName = "number")]
public string Number { get; set; }Property Value
| Type | Description | 
|---|---|
| string | SKU number. | 
Quantity
Declaration
[JsonProperty(PropertyName = "quantity")]
public int? Quantity { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | SKU quantity. |