PlanRequesterDetails 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
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.