ICollection Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionTypeConverter))]
public interface ICollection : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.CollectionTypeConverter))>]
type ICollection = interface
interface IJsonSerializable
interface IResource
Public Interface ICollection
Implements IResource
- Derived
- Attributes
- Implements
Properties
AllSubscription |
Indicating whether all subscriptions are selected (=true) or not (=false). |
AppliedRule |
Gets list of collection rules |
ApproveAllItem |
Indicating whether all items are approved for this collection (=true) or not (=false). |
ApproveAllItemsModifiedAt |
Gets the modified date of all items approved. |
Claim |
Gets or sets the association with Commercial's Billing Account. |
CollectionId |
Gets collection Id. |
CollectionName |
Gets or sets collection name. |
Enabled |
Indicating whether the collection is enabled or disabled. |
Id |
The resource ID. (Inherited from IResource) |
Name |
The name of the resource. (Inherited from IResource) |
NumberOfOffer |
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 |
SystemDataCreatedAt |
The timestamp of resource creation (UTC) (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource (Inherited from IResource) |
Type |
The type of the resource. (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |