Language

CommvaultPlanProperties Constructor

Definition

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.

Applies to