Propriedade VirtualMachineDisk.IOType
Optional. Gets or sets the IO type.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskListResponse
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Uso
'Uso
Dim instance As VirtualMachineDisk
Dim value As String
value = instance.IOType
instance.IOType = value
Sintaxe
'Declaração
Public Property IOType As String
public string IOType { get; set; }
public:
property String^ IOType {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_IOType ()
/** @property */
public void set_IOType (String value)
public function get IOType () : String
public function set IOType (value : String)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe VirtualMachineDisk
Membros VirtualMachineDisk
Namespace Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskListResponse