Partilhar via


BulkCollectionsPayload Class

Definition

Bulk collections action properties

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

Constructors

BulkCollectionsPayload()

Creates an new BulkCollectionsPayload instance.

Properties

Action

Action to perform (For example: EnableCollections, DisableCollections)

CollectionId

collection ids list that the action is performed on

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BulkCollectionsPayload.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BulkCollectionsPayload.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BulkCollectionsPayload into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to