RequestApprovalsDetails 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
RequestApprovalsDetails() |
Initializes a new instance of the RequestApprovalsDetails class. |
RequestApprovalsDetails(String, String, String, Nullable<Int64>, String, IList<PlanNotificationDetails>) |
Initializes a new instance of the RequestApprovalsDetails class. |
RequestApprovalsDetails()
Initializes a new instance of the RequestApprovalsDetails class.
public RequestApprovalsDetails ();
Public Sub New ()
Applies to
RequestApprovalsDetails(String, String, String, Nullable<Int64>, String, IList<PlanNotificationDetails>)
Initializes a new instance of the RequestApprovalsDetails class.
public RequestApprovalsDetails (string offerId = default, string displayName = default, string publisherId = default, long? messageCode = default, string icon = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanNotificationDetails> plans = default);
new Microsoft.Azure.Management.Marketplace.Models.RequestApprovalsDetails : string * string * string * Nullable<int64> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanNotificationDetails> -> Microsoft.Azure.Management.Marketplace.Models.RequestApprovalsDetails
Public Sub New (Optional offerId As String = Nothing, Optional displayName As String = Nothing, Optional publisherId As String = Nothing, Optional messageCode As Nullable(Of Long) = Nothing, Optional icon As String = Nothing, Optional plans As IList(Of PlanNotificationDetails) = Nothing)
Parameters
- offerId
- String
Gets offer id
- displayName
- String
Gets offer display name
- publisherId
- String
Gets or sets publisher id
- icon
- String
Gets or sets the icon url
- plans
- IList<PlanNotificationDetails>
Gets or sets removed plans notifications
Applies to
Azure SDK for .NET