Partilhar via


ICollection Interface

Definition

[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)

Applies to