Compartilhar via


DataVirtualHardDisk.IOType Propriedade

 

Opcional. Obtém ou define o tipo de e/s.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe DataVirtualHardDisk
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo