CountProtectedItemsContent(IEnumerable<ResourceIdentifier>) Constructor
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.
Initializes a new instance of CountProtectedItemsContent.
public CountProtectedItemsContent(System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourceIds);
new Azure.ResourceManager.CommvaultContentStore.Models.CountProtectedItemsContent : seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.CommvaultContentStore.Models.CountProtectedItemsContent
Public Sub New (resourceIds As IEnumerable(Of ResourceIdentifier))
Parameters
- resourceIds
- IEnumerable<ResourceIdentifier>
The list of CCA resource IDs.
Exceptions
resourceIds is null.