OSVirtualHardDisk.IOType Property
Optional. Gets or sets the IO type.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string IOType { get; set; }
public:
property String^ IOType {
String^ get();
void set(String^ value);
}
member IOType : string with get, set
Public Property IOType As String
Property Value
Type: System.String
See Also
OSVirtualHardDisk Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top