Поделиться через


BulkCollectionsActionContent Class

Definition

Bulk collections action properties.

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

Constructors

BulkCollectionsActionContent()

Initializes a new instance of BulkCollectionsActionContent.

Properties

Action

Action to perform (For example: EnableCollections, DisableCollections).

CollectionIds

collection ids list that the action is performed on.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BulkCollectionsActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BulkCollectionsActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BulkCollectionsActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BulkCollectionsActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BulkCollectionsActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to