CollectionsToSubscriptionsMappingResponse 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.
A map of collections subscriptions details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionsToSubscriptionsMappingResponseTypeConverter))]
public class CollectionsToSubscriptionsMappingResponse : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsToSubscriptionsMappingResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionsToSubscriptionsMappingResponseTypeConverter))>]
type CollectionsToSubscriptionsMappingResponse = class
interface ICollectionsToSubscriptionsMappingResponse
interface IJsonSerializable
Public Class CollectionsToSubscriptionsMappingResponse
Implements ICollectionsToSubscriptionsMappingResponse
- Inheritance
-
CollectionsToSubscriptionsMappingResponse
- Attributes
- Implements
Constructors
CollectionsToSubscriptionsMappingResponse() |
Creates an new CollectionsToSubscriptionsMappingResponse instance. |
Properties
Detail |
The map of collections subscriptions |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CollectionsToSubscriptionsMappingResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CollectionsToSubscriptionsMappingResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsToSubscriptionsMappingResponse. |
FromJsonString(String) |
Creates a new instance of CollectionsToSubscriptionsMappingResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CollectionsToSubscriptionsMappingResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |