ArmConnectedVMwarevSphereModelFactory.VMwareStorageProfile 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.
Initializes a new instance of VMwareStorageProfile.
public static Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareStorageProfile VMwareStorageProfile (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareVirtualDisk> disks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiController> scsiControllers = default);
static member VMwareStorageProfile : seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareVirtualDisk> * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiController> -> Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareStorageProfile
Public Shared Function VMwareStorageProfile (Optional disks As IEnumerable(Of VMwareVirtualDisk) = Nothing, Optional scsiControllers As IEnumerable(Of VirtualScsiController) = Nothing) As VMwareStorageProfile
Parameters
- disks
- IEnumerable<VMwareVirtualDisk>
Gets or sets the list of virtual disks associated with the virtual machine.
- scsiControllers
- IEnumerable<VirtualScsiController>
Gets or sets the list of virtual SCSI controllers associated with the virtual machine.
Returns
A new VMwareStorageProfile instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET