CommvaultPlanProperties 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 CommvaultPlanProperties.
public CommvaultPlanProperties(Azure.Core.AzureLocation location, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultStoragePlan> storagePlans);
new Azure.ResourceManager.CommvaultContentStore.Models.CommvaultPlanProperties : Azure.Core.AzureLocation * seq<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultStoragePlan> -> Azure.ResourceManager.CommvaultContentStore.Models.CommvaultPlanProperties
Public Sub New (location As AzureLocation, storagePlans As IEnumerable(Of CommvaultStoragePlan))
Parameters
- location
- AzureLocation
Location of the Commvault Plan.
- storagePlans
- IEnumerable<CommvaultStoragePlan>
The storage plans associated with the Commvault Plan.
Exceptions
storagePlans is null.