OfferDetail Constructors
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.
Overloads
OfferDetail() |
Initializes a new instance of the OfferDetail class. |
OfferDetail(String, String, String, String, String, String) |
Initializes a new instance of the OfferDetail class. |
OfferDetail()
Initializes a new instance of the OfferDetail class.
public OfferDetail ();
Public Sub New ()
Applies to
OfferDetail(String, String, String, String, String, String)
Initializes a new instance of the OfferDetail class.
public OfferDetail (string publisherId, string id, string planId, string planName, string termUnit, string status = default);
new Microsoft.Azure.Management.Confluent.Models.OfferDetail : string * string * string * string * string * string -> Microsoft.Azure.Management.Confluent.Models.OfferDetail
Public Sub New (publisherId As String, id As String, planId As String, planName As String, termUnit As String, Optional status As String = Nothing)
Parameters
- publisherId
- String
Publisher Id
- id
- String
Offer Id
- planId
- String
Offer Plan Id
- planName
- String
Offer Plan Name
- termUnit
- String
Offer Plan Term unit
- status
- String
SaaS Offer Status. Possible values include: 'Started', 'PendingFulfillmentStart', 'InProgress', 'Subscribed', 'Suspended', 'Reinstated', 'Succeeded', 'Failed', 'Unsubscribed', 'Updating'
Applies to
Azure SDK for .NET