Aracılığıyla paylaş


RequestApprovalsDetails Constructors

Definition

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

messageCode
Nullable<Int64>

Gets or sets the notification message id

icon
String

Gets or sets the icon url

plans
IList<PlanNotificationDetails>

Gets or sets removed plans notifications

Applies to