PlanRequesterDetails Constructors

Definition

Overloads

PlanRequesterDetails()

Initializes a new instance of the PlanRequesterDetails class.

PlanRequesterDetails(String, String, IList<UserRequestDetails>)

Initializes a new instance of the PlanRequesterDetails class.

PlanRequesterDetails()

Initializes a new instance of the PlanRequesterDetails class.

public PlanRequesterDetails ();
Public Sub New ()

Applies to

PlanRequesterDetails(String, String, IList<UserRequestDetails>)

Initializes a new instance of the PlanRequesterDetails class.

public PlanRequesterDetails (string planId = default, string planDisplayName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.UserRequestDetails> requesters = default);
new Microsoft.Azure.Management.Marketplace.Models.PlanRequesterDetails : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.UserRequestDetails> -> Microsoft.Azure.Management.Marketplace.Models.PlanRequesterDetails
Public Sub New (Optional planId As String = Nothing, Optional planDisplayName As String = Nothing, Optional requesters As IList(Of UserRequestDetails) = Nothing)

Parameters

planId
String

Gets the plan id

planDisplayName
String

Gets the plan display name

requesters
IList<UserRequestDetails>

Gets requesters details list

Applies to