SaasSubscriptionDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SaaS Subscription Details model.
public class SaasSubscriptionDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.SaasSubscriptionDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.SaasSubscriptionDetails>
type SaasSubscriptionDetails = class
interface IJsonModel<SaasSubscriptionDetails>
interface IPersistableModel<SaasSubscriptionDetails>
Public Class SaasSubscriptionDetails
Implements IJsonModel(Of SaasSubscriptionDetails), IPersistableModel(Of SaasSubscriptionDetails)
- Inheritance
-
SaasSubscriptionDetails
- Implements
Properties
CreatedOn |
Creation Date and Time. |
Id |
Purchased SaaS subscription ID. |
IsAutoRenew |
AutoRenew flag. |
IsFreeTrial |
FreeTrial flag. |
OfferId |
Purchased offer ID. |
PlanId |
Purchased offer's plan ID. |
PublisherId |
Publisher ID. |
PurchaserEmailId |
Purchaser Email ID. |
PurchaserTenantId |
Purchaser Tenant ID. |
SaasSubscriptionStatus |
Indicates the status of the Subscription. |
SubscriptionName |
SaaS subscription name. |
TermUnit |
Purchase Term Unit. |
TimeCreated |
Creation Date and Time Serialized Name: SaasSubscriptionDetails.timeCreated |
Explicit Interface Implementations
IJsonModel<SaasSubscriptionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SaasSubscriptionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SaasSubscriptionDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SaasSubscriptionDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SaasSubscriptionDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET