QueryOffers 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.
List of offers
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryOffersTypeConverter))]
public class QueryOffers : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryOffers
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryOffersTypeConverter))>]
type QueryOffers = class
interface IQueryOffers
interface IJsonSerializable
Public Class QueryOffers
Implements IQueryOffers
- Inheritance
-
QueryOffers
- Attributes
- Implements
Constructors
QueryOffers() |
Creates an new QueryOffers instance. |
Properties
NextLink |
URL to get the next set of PrivateStore list results if there are any. |
Value |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueryOffers. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryOffers. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryOffers. |
FromJsonString(String) |
Creates a new instance of QueryOffers, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryOffers into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |