Language

ArmCommvaultContentStoreModelFactory.CommvaultStorageProperties Method

Definition

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.

class
CommvaultStorageClassType

The class of Commvault Storage.

provisioningState
Nullable<ResourceProvisioningState>

Provisioning state of the resource.

Returns

A new CommvaultStorageProperties instance for mocking.

Applies to