ArmConnectedVMwarevSphereModelFactory.StorageProfile 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 StorageProfile.
public static Azure.ResourceManager.ConnectedVMwarevSphere.Models.StorageProfile StorageProfile (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualDisk> disks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiController> scsiControllers = default);
static member StorageProfile : seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualDisk> * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiController> -> Azure.ResourceManager.ConnectedVMwarevSphere.Models.StorageProfile
Public Shared Function StorageProfile (Optional disks As IEnumerable(Of VirtualDisk) = Nothing, Optional scsiControllers As IEnumerable(Of VirtualScsiController) = Nothing) As StorageProfile
Parameters
- disks
- IEnumerable<VirtualDisk>
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 StorageProfile instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET