Partilhar via


BulkCollectionsResponse Class

Definition

The bulk collections response. The response contains two lists that indicate for each collection whether the operation succeeded or failed

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.BulkCollectionsResponseTypeConverter))]
public class BulkCollectionsResponse : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IBulkCollectionsResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.BulkCollectionsResponseTypeConverter))>]
type BulkCollectionsResponse = class
    interface IBulkCollectionsResponse
    interface IJsonSerializable
Public Class BulkCollectionsResponse
Implements IBulkCollectionsResponse
Inheritance
BulkCollectionsResponse
Attributes
Implements

Constructors

BulkCollectionsResponse()

Creates an new BulkCollectionsResponse instance.

Properties

Failed

Failed collections

Succeeded

Succeeded collections

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BulkCollectionsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BulkCollectionsResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IBulkCollectionsResponse.

FromJsonString(String)

Creates a new instance of BulkCollectionsResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BulkCollectionsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to