Show / Hide Table of Contents

Class CloudAssignedSubscriptionSummary

Summary of assigned subscription information.

Inheritance
object
AssignedSubscriptionSummary
CloudAssignedSubscriptionSummary
Inherited Members
AssignedSubscriptionSummary.Id
AssignedSubscriptionSummary.CompartmentId
AssignedSubscriptionSummary.ServiceName
AssignedSubscriptionSummary.TimeCreated
AssignedSubscriptionSummary.TimeUpdated
AssignedSubscriptionSummary.FreeformTags
AssignedSubscriptionSummary.DefinedTags
AssignedSubscriptionSummary.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.TenantmanagercontrolplaneService.Models
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class CloudAssignedSubscriptionSummary : AssignedSubscriptionSummary

Properties

CurrencyCode

Declaration
[Required(ErrorMessage = "CurrencyCode is required.")]
[JsonProperty(PropertyName = "currencyCode")]
public string CurrencyCode { get; set; }
Property Value
Type Description
string

Currency code. For example USD, MXN.

Remarks

Required

LifecycleState

Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SubscriptionLifecycleState? LifecycleState { get; set; }
Property Value
Type Description
SubscriptionLifecycleState?

Lifecycle state of the subscription.

Remarks

Required

SubscriptionNumber

Declaration
[Required(ErrorMessage = "SubscriptionNumber is required.")]
[JsonProperty(PropertyName = "subscriptionNumber")]
public string SubscriptionNumber { get; set; }
Property Value
Type Description
string

Unique Oracle Cloud Subscriptions identifier that is immutable on creation.

Remarks

Required

In this article
Back to top