Collection 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 Collection data structure.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Collection : Microsoft.Azure.Management.Marketplace.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Collection = class
inherit Resource
Public Class Collection
Inherits Resource
- Inheritance
- Attributes
Constructors
Collection() |
Initializes a new instance of the Collection class. |
Collection(String, String, String, SystemData, String, String, String, Nullable<Boolean>, IList<String>, Nullable<Boolean>, Nullable<Int64>) |
Initializes a new instance of the Collection class. |
Properties
AllSubscriptions |
Gets or sets indicating whether all subscriptions are selected (=true) or not (=false). |
Claim |
Gets or sets the association with Commercial's Billing Account. |
CollectionId |
Gets collection Id. |
CollectionName |
Gets or sets collection name. |
Enabled |
Gets or sets indicating whether the collection is enabled or disabled. |
Id |
Gets the resource ID. (Inherited from Resource) |
Name |
Gets the name of the resource. (Inherited from Resource) |
NumberOfOffers |
Gets the number of offers associated with the collection. |
SubscriptionsList |
Gets or sets subscription ids list. Empty list indicates all subscriptions are selected, null indicates no update is done, explicit list indicates the explicit selected subscriptions. On insert, null is considered as bad request |
SystemData |
Gets metadata pertaining to creation and last modification of the resource (Inherited from Resource) |
Type |
Gets the type of the resource. (Inherited from Resource) |
Applies to
Azure SDK for .NET