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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET