ArmConnectedVMwarevSphereModelFactory.VirtualScsiController 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 VirtualScsiController.
public static Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiController VirtualScsiController (Azure.ResourceManager.ConnectedVMwarevSphere.Models.ScsiControllerType? scsiControllerType = default, int? controllerKey = default, int? busNumber = default, int? scsiCtlrUnitNumber = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiSharing? sharing = default);
static member VirtualScsiController : Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ScsiControllerType> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiSharing> -> Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiController
Public Shared Function VirtualScsiController (Optional scsiControllerType As Nullable(Of ScsiControllerType) = Nothing, Optional controllerKey As Nullable(Of Integer) = Nothing, Optional busNumber As Nullable(Of Integer) = Nothing, Optional scsiCtlrUnitNumber As Nullable(Of Integer) = Nothing, Optional sharing As Nullable(Of VirtualScsiSharing) = Nothing) As VirtualScsiController
Parameters
- scsiControllerType
- Nullable<ScsiControllerType>
Gets or sets the controller type.
- sharing
- Nullable<VirtualScsiSharing>
Gets or sets the sharing mode.
Returns
A new VirtualScsiController 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