AdminRequestApprovalProperties Class
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.
Admin approval request resource properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AdminRequestApprovalPropertiesTypeConverter))]
public class AdminRequestApprovalProperties : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAdminRequestApprovalProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AdminRequestApprovalPropertiesTypeConverter))>]
type AdminRequestApprovalProperties = class
interface IAdminRequestApprovalProperties
interface IJsonSerializable
Public Class AdminRequestApprovalProperties
Implements IAdminRequestApprovalProperties
- Inheritance
-
AdminRequestApprovalProperties
- Attributes
- Implements
Constructors
AdminRequestApprovalProperties() |
Creates an new AdminRequestApprovalProperties instance. |
Properties
AdminAction |
Gets or sets admin action |
Administrator |
Gets or sets admin details |
ApprovedPlan |
Gets or sets Approved plans ids, empty in case of rejected |
CollectionId |
Gets or sets list of associated collection ids |
Comment |
Gets or sets admin comment |
DisplayName |
Gets display name |
Icon |
The offer icon url. |
OfferId |
Gets or sets offer Id |
Plan |
Gets list of plans with requesters details |
PublisherId |
Gets or sets publisher Id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AdminRequestApprovalProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AdminRequestApprovalProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAdminRequestApprovalProperties. |
FromJsonString(String) |
Creates a new instance of AdminRequestApprovalProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AdminRequestApprovalProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |