BulkCollectionsResponse 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
[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() |