ArmOracleDatabaseModelFactory.SaasSubscriptionDetails Method
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.
Initializes a new instance of SaasSubscriptionDetails.
public static Azure.ResourceManager.OracleDatabase.Models.SaasSubscriptionDetails SaasSubscriptionDetails (string id = default, string subscriptionName = default, DateTimeOffset? createdOn = default, string offerId = default, string planId = default, string saasSubscriptionStatus = default, string publisherId = default, string purchaserEmailId = default, string purchaserTenantId = default, string termUnit = default, bool? isAutoRenew = default, bool? isFreeTrial = default);
public static Azure.ResourceManager.OracleDatabase.Models.SaasSubscriptionDetails SaasSubscriptionDetails (string id = default, string subscriptionName = default, DateTimeOffset? timeCreated = default, string offerId = default, string planId = default, string saasSubscriptionStatus = default, string publisherId = default, string purchaserEmailId = default, string purchaserTenantId = default, string termUnit = default, bool? isAutoRenew = default, bool? isFreeTrial = default);
static member SaasSubscriptionDetails : string * string * Nullable<DateTimeOffset> * string * string * string * string * string * string * string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.OracleDatabase.Models.SaasSubscriptionDetails
static member SaasSubscriptionDetails : string * string * Nullable<DateTimeOffset> * string * string * string * string * string * string * string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.OracleDatabase.Models.SaasSubscriptionDetails
Public Shared Function SaasSubscriptionDetails (Optional id As String = Nothing, Optional subscriptionName As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional offerId As String = Nothing, Optional planId As String = Nothing, Optional saasSubscriptionStatus As String = Nothing, Optional publisherId As String = Nothing, Optional purchaserEmailId As String = Nothing, Optional purchaserTenantId As String = Nothing, Optional termUnit As String = Nothing, Optional isAutoRenew As Nullable(Of Boolean) = Nothing, Optional isFreeTrial As Nullable(Of Boolean) = Nothing) As SaasSubscriptionDetails
Public Shared Function SaasSubscriptionDetails (Optional id As String = Nothing, Optional subscriptionName As String = Nothing, Optional timeCreated As Nullable(Of DateTimeOffset) = Nothing, Optional offerId As String = Nothing, Optional planId As String = Nothing, Optional saasSubscriptionStatus As String = Nothing, Optional publisherId As String = Nothing, Optional purchaserEmailId As String = Nothing, Optional purchaserTenantId As String = Nothing, Optional termUnit As String = Nothing, Optional isAutoRenew As Nullable(Of Boolean) = Nothing, Optional isFreeTrial As Nullable(Of Boolean) = Nothing) As SaasSubscriptionDetails
Parameters
- id
- String
Purchased SaaS subscription ID.
- subscriptionName
- String
SaaS subscription name.
- createdOntimeCreated
- Nullable<DateTimeOffset>
Creation Date and Time.
- offerId
- String
Purchased offer ID.
- planId
- String
Purchased offer's plan ID.
- saasSubscriptionStatus
- String
Indicates the status of the Subscription.
- publisherId
- String
Publisher ID.
- purchaserEmailId
- String
Purchaser Email ID.
- purchaserTenantId
- String
Purchaser Tenant ID.
- termUnit
- String
Purchase Term Unit.
Returns
A new SaasSubscriptionDetails instance for mocking.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET