BulkCollectionsPayload Constructors
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.
Overloads
BulkCollectionsPayload() |
Initializes a new instance of the BulkCollectionsPayload class. |
BulkCollectionsPayload(IList<String>, String) |
Initializes a new instance of the BulkCollectionsPayload class. |
BulkCollectionsPayload()
Initializes a new instance of the BulkCollectionsPayload class.
public BulkCollectionsPayload ();
Public Sub New ()
Applies to
BulkCollectionsPayload(IList<String>, String)
Initializes a new instance of the BulkCollectionsPayload class.
public BulkCollectionsPayload (System.Collections.Generic.IList<string> collectionIds = default, string action = default);
new Microsoft.Azure.Management.Marketplace.Models.BulkCollectionsPayload : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Marketplace.Models.BulkCollectionsPayload
Public Sub New (Optional collectionIds As IList(Of String) = Nothing, Optional action As String = Nothing)
Parameters
- action
- String
Action to perform (For example: EnableCollections, DisableCollections)