ISaasSubscriptionDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.SaasSubscriptionDetailsTypeConverter))]
public interface ISaasSubscriptionDetails : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.SaasSubscriptionDetailsTypeConverter))>]
type ISaasSubscriptionDetails = interface
interface IJsonSerializable
Public Interface ISaasSubscriptionDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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 |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |