ArmCommvaultContentStoreModelFactory.CommvaultStorageProperties Method
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.
public static Azure.ResourceManager.CommvaultContentStore.Models.CommvaultStorageProperties CommvaultStorageProperties(Azure.Core.AzureLocation location = default, Azure.ResourceManager.CommvaultContentStore.Models.CommvaultStorageType storageType = default, Azure.ResourceManager.CommvaultContentStore.Models.CommvaultVendor vendor = default, Azure.ResourceManager.CommvaultContentStore.Models.CommvaultStorageClassType class = default, Azure.ResourceManager.CommvaultContentStore.Models.ResourceProvisioningState? provisioningState = default);
static member CommvaultStorageProperties : Azure.Core.AzureLocation * Azure.ResourceManager.CommvaultContentStore.Models.CommvaultStorageType * Azure.ResourceManager.CommvaultContentStore.Models.CommvaultVendor * Azure.ResourceManager.CommvaultContentStore.Models.CommvaultStorageClassType * Nullable<Azure.ResourceManager.CommvaultContentStore.Models.ResourceProvisioningState> -> Azure.ResourceManager.CommvaultContentStore.Models.CommvaultStorageProperties
Public Shared Function CommvaultStorageProperties (Optional location As AzureLocation = Nothing, Optional storageType As CommvaultStorageType = Nothing, Optional vendor As CommvaultVendor = Nothing, Optional class As CommvaultStorageClassType = Nothing, Optional provisioningState As Nullable(Of ResourceProvisioningState) = Nothing) As CommvaultStorageProperties
Parameters
- location
- AzureLocation
Location of the Commvault Storage.
- storageType
- CommvaultStorageType
The type of Commvault Storage.
- vendor
- CommvaultVendor
The vendor of Commvault Storage.
The class of Commvault Storage.
- provisioningState
- Nullable<ResourceProvisioningState>
Provisioning state of the resource.
Returns
A new CommvaultStorageProperties instance for mocking.