Sdílet prostřednictvím


PrivateStoreCollectionInfoData Class

Definition

A class representing the PrivateStoreCollectionInfo data model. The Collection data structure.

public class PrivateStoreCollectionInfoData : Azure.ResourceManager.Models.ResourceData
type PrivateStoreCollectionInfoData = class
    inherit ResourceData
Public Class PrivateStoreCollectionInfoData
Inherits ResourceData
Inheritance
PrivateStoreCollectionInfoData

Constructors

PrivateStoreCollectionInfoData()

Initializes a new instance of PrivateStoreCollectionInfoData.

Properties

AppliedRules

Gets list of collection rules.

ApproveAllItemsModifiedOn

Gets the modified date of all items approved.

AreAllItemsApproved

Indicating whether all items are approved for this collection (=true) or not (=false).

AreAllSubscriptionsSelected

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsEnabled

Indicating whether the collection is enabled or disabled.

Name

The name of the resource.

(Inherited from ResourceData)
NumberOfOffers

Gets the number of offers associated with the collection.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
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

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to