QueryUserOffersProperties 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.
Query user's offers properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryUserOffersPropertiesTypeConverter))]
public class QueryUserOffersProperties : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryUserOffersProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryUserOffersPropertiesTypeConverter))>]
type QueryUserOffersProperties = class
interface IQueryUserOffersProperties
interface IJsonSerializable
Public Class QueryUserOffersProperties
Implements IQueryUserOffersProperties
- Inheritance
-
QueryUserOffersProperties
- Attributes
- Implements
Constructors
QueryUserOffersProperties() |
Creates an new QueryUserOffersProperties instance. |
Properties
OfferId |
List of offer IDs |
SubscriptionId |
List of subscription IDs |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueryUserOffersProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryUserOffersProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryUserOffersProperties. |
FromJsonString(String) |
Creates a new instance of QueryUserOffersProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryUserOffersProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |