VirtualScsiController Class
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.
This data object type contains the properties of a SCSI controller device attached to a virtual machine that is reported by the controller.
public class VirtualScsiController : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiController>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VirtualScsiController>
public class VirtualScsiController
type VirtualScsiController = class
interface IJsonModel<VirtualScsiController>
interface IPersistableModel<VirtualScsiController>
type VirtualScsiController = class
Public Class VirtualScsiController
Implements IJsonModel(Of VirtualScsiController), IPersistableModel(Of VirtualScsiController)
Public Class VirtualScsiController
- Inheritance
-
VirtualScsiController
- Implements
Properties
BusNumber |
Gets or sets the bus number of the controller. |
ControllerKey |
Gets or sets the key of the controller. |
ScsiControllerType |
Gets or sets the controller type. |
ScsiCtlrUnitNumber |
Gets or sets the SCSI controller unit number. |
Sharing |
Gets or sets the sharing mode. |
Explicit Interface Implementations
IJsonModel<VirtualScsiController>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VirtualScsiController>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VirtualScsiController>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VirtualScsiController>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VirtualScsiController>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET