Freigeben über


MultiContextAndPlansProperties Class

Definition

Object describes multiple context and plans.

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

Constructors

MultiContextAndPlansProperties()

Creates an new MultiContextAndPlansProperties instance.

Properties

ETag

The offer's eTag.

OfferId

The offer ID which contains the plans.

PlansContext

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MultiContextAndPlansProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MultiContextAndPlansProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MultiContextAndPlansProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to