Dela via


CollectionsToSubscriptionsMappingResult Class

Definition

A map of collections subscriptions details.

public class CollectionsToSubscriptionsMappingResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Marketplace.Models.CollectionsToSubscriptionsMappingResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Marketplace.Models.CollectionsToSubscriptionsMappingResult>
type CollectionsToSubscriptionsMappingResult = class
    interface IJsonModel<CollectionsToSubscriptionsMappingResult>
    interface IPersistableModel<CollectionsToSubscriptionsMappingResult>
Public Class CollectionsToSubscriptionsMappingResult
Implements IJsonModel(Of CollectionsToSubscriptionsMappingResult), IPersistableModel(Of CollectionsToSubscriptionsMappingResult)
Inheritance
CollectionsToSubscriptionsMappingResult
Implements

Properties

Details

The map of collections subscriptions.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CollectionsToSubscriptionsMappingResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CollectionsToSubscriptionsMappingResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CollectionsToSubscriptionsMappingResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CollectionsToSubscriptionsMappingResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CollectionsToSubscriptionsMappingResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to