你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CollectionsToSubscriptionsMappingProperties Class

Definition

The subscriptions list to get the related collections

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

Constructors

CollectionsToSubscriptionsMappingProperties()

Creates an new CollectionsToSubscriptionsMappingProperties instance.

Properties

SubscriptionId

Subscriptions ids list

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CollectionsToSubscriptionsMappingProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CollectionsToSubscriptionsMappingProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CollectionsToSubscriptionsMappingProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to