Show / Hide Table of Contents

Class CloudAssignedSubscription

Assigned subscription information.

Inheritance
object
AssignedSubscription
CloudAssignedSubscription
Inherited Members
AssignedSubscription.Id
AssignedSubscription.CompartmentId
AssignedSubscription.ServiceName
AssignedSubscription.TimeCreated
AssignedSubscription.TimeUpdated
AssignedSubscription.FreeformTags
AssignedSubscription.DefinedTags
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 CloudAssignedSubscription : AssignedSubscription

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