BulkCollectionsActionResult 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.
The bulk collections response. The response contains two lists that indicate for each collection whether the operation succeeded or failed.
public class BulkCollectionsActionResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Marketplace.Models.BulkCollectionsActionResult>
type BulkCollectionsActionResult = class
interface IJsonModel<BulkCollectionsActionResult>
interface IPersistableModel<BulkCollectionsActionResult>
Public Class BulkCollectionsActionResult
Implements IJsonModel(Of BulkCollectionsActionResult), IPersistableModel(Of BulkCollectionsActionResult)
- Inheritance
-
BulkCollectionsActionResult
- Implements
Properties
Failed |
Failed collections. |
Succeeded |
Succeeded collections. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<BulkCollectionsActionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BulkCollectionsActionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BulkCollectionsActionResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BulkCollectionsActionResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BulkCollectionsActionResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET