CollectionsSubscriptionsMappingDetails 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.
Collection name and related subscriptions list
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionsSubscriptionsMappingDetailsTypeConverter))]
public class CollectionsSubscriptionsMappingDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsSubscriptionsMappingDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionsSubscriptionsMappingDetailsTypeConverter))>]
type CollectionsSubscriptionsMappingDetails = class
interface ICollectionsSubscriptionsMappingDetails
interface IJsonSerializable
Public Class CollectionsSubscriptionsMappingDetails
Implements ICollectionsSubscriptionsMappingDetails
- Inheritance
-
CollectionsSubscriptionsMappingDetails
- Attributes
- Implements
Constructors
CollectionsSubscriptionsMappingDetails() |
Creates an new CollectionsSubscriptionsMappingDetails instance. |
Properties
CollectionName |
Collection name |
Subscription |
Subscriptions ids list |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CollectionsSubscriptionsMappingDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CollectionsSubscriptionsMappingDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsSubscriptionsMappingDetails. |
FromJsonString(String) |
Creates a new instance of CollectionsSubscriptionsMappingDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CollectionsSubscriptionsMappingDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |