Share via


AnyExistingOffersInTheCollectionsResponse Class

Definition

Response object of query if are there existing offers in the collections.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AnyExistingOffersInTheCollectionsResponseTypeConverter))]
public class AnyExistingOffersInTheCollectionsResponse : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAnyExistingOffersInTheCollectionsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.AnyExistingOffersInTheCollectionsResponseTypeConverter))>]
type AnyExistingOffersInTheCollectionsResponse = class
    interface IAnyExistingOffersInTheCollectionsResponse
    interface IJsonSerializable
Public Class AnyExistingOffersInTheCollectionsResponse
Implements IAnyExistingOffersInTheCollectionsResponse
Inheritance
AnyExistingOffersInTheCollectionsResponse
Attributes
Implements

Constructors

AnyExistingOffersInTheCollectionsResponse()

Creates an new AnyExistingOffersInTheCollectionsResponse instance.

Properties

Value

Boolean answer, true if exists at least a single offer in an enabled collection, otherwise, false.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AnyExistingOffersInTheCollectionsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AnyExistingOffersInTheCollectionsResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IAnyExistingOffersInTheCollectionsResponse.

FromJsonString(String)

Creates a new instance of AnyExistingOffersInTheCollectionsResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AnyExistingOffersInTheCollectionsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to