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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET