IAdminRequestApprovalProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AdminRequestApprovalPropertiesTypeConverter))]
public interface IAdminRequestApprovalProperties : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AdminRequestApprovalPropertiesTypeConverter))>]
type IAdminRequestApprovalProperties = interface
interface IJsonSerializable
Public Interface IAdminRequestApprovalProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |