IVirtualScsiController Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualScsiControllerTypeConverter))]
public interface IVirtualScsiController : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.VirtualScsiControllerTypeConverter))>]
type IVirtualScsiController = interface
interface IJsonSerializable
Public Interface IVirtualScsiController
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
BusNumber |
Gets or sets the bus number of the controller. |
ControllerKey |
Gets or sets the key of the controller. |
ScsiCtlrUnitNumber |
Gets or sets the SCSI controller unit number. |
Sharing |
Gets or sets the sharing mode. |
Type |
Gets or sets the controller type. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |