Storage Spaces Properties Args
    data class StorageSpacesPropertiesArgs(val hciStorageProfile: Output<StorageSpacesPropertiesHciStorageProfileArgs>? = null, val status: Output<StorageSpacesPropertiesStatusArgs>? = null, val vmwareStorageProfile: Output<StorageSpacesPropertiesVmwareStorageProfileArgs>? = null) : ConvertibleToJava<StorageSpacesPropertiesArgs> 
HybridAKSStorageSpec defines the desired state of HybridAKSStorage
Constructors
Link copied to clipboard
                fun StorageSpacesPropertiesArgs(hciStorageProfile: Output<StorageSpacesPropertiesHciStorageProfileArgs>? = null, status: Output<StorageSpacesPropertiesStatusArgs>? = null, vmwareStorageProfile: Output<StorageSpacesPropertiesVmwareStorageProfileArgs>? = null)