IRequestApprovalProperties 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.RequestApprovalPropertiesTypeConverter))]
public interface IRequestApprovalProperties : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.RequestApprovalPropertiesTypeConverter))>]
type IRequestApprovalProperties = interface
interface IJsonSerializable
Public Interface IRequestApprovalProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
IsClosed |
Gets a value indicating whether the request is closed |
MessageCode |
Gets or sets the request approval message code |
OfferDisplayName |
Gets offer display name |
OfferId |
Gets or sets unique offer id. |
PlansDetail |
Gets or sets the plans details |
PublisherId |
The offer's publisher id |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |