BulkCollectionsPayload 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.
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() |