AdminRequestApprovalsResource 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
AdminRequestApprovalsResource() |
Initializes a new instance of the AdminRequestApprovalsResource class. |
AdminRequestApprovalsResource(String, String, String, SystemData, String, String, String, String, IList<String>, String, String, IList<PlanRequesterDetails>, IList<String>) |
Initializes a new instance of the AdminRequestApprovalsResource class. |
AdminRequestApprovalsResource()
Initializes a new instance of the AdminRequestApprovalsResource class.
public AdminRequestApprovalsResource ();
Public Sub New ()
Applies to
AdminRequestApprovalsResource(String, String, String, SystemData, String, String, String, String, IList<String>, String, String, IList<PlanRequesterDetails>, IList<String>)
Initializes a new instance of the AdminRequestApprovalsResource class.
public AdminRequestApprovalsResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Marketplace.Models.SystemData systemData = default, string offerId = default, string displayName = default, string publisherId = default, string adminAction = default, System.Collections.Generic.IList<string> approvedPlans = default, string comment = default, string administrator = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanRequesterDetails> plans = default, System.Collections.Generic.IList<string> collectionIds = default);
new Microsoft.Azure.Management.Marketplace.Models.AdminRequestApprovalsResource : string * string * string * Microsoft.Azure.Management.Marketplace.Models.SystemData * string * string * string * string * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.PlanRequesterDetails> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Marketplace.Models.AdminRequestApprovalsResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional offerId As String = Nothing, Optional displayName As String = Nothing, Optional publisherId As String = Nothing, Optional adminAction As String = Nothing, Optional approvedPlans As IList(Of String) = Nothing, Optional comment As String = Nothing, Optional administrator As String = Nothing, Optional plans As IList(Of PlanRequesterDetails) = Nothing, Optional collectionIds As IList(Of String) = Nothing)
Parameters
- id
- String
The resource ID.
- name
- String
The name of the resource.
- type
- String
The type of the resource.
- systemData
- SystemData
Metadata pertaining to creation and last modification of the resource
- offerId
- String
Gets or sets offer Id
- displayName
- String
Gets display name
- publisherId
- String
Gets or sets publisher Id
- adminAction
- String
Gets or sets admin action. Possible values include: 'Approved', 'Rejected'
- comment
- String
Gets or sets admin comment
- administrator
- String
Gets or sets admin details
- plans
- IList<PlanRequesterDetails>
Gets list of plans with requesters details
Applies to
Azure SDK for .NET