Compartilhar via


Propriedade DataDiskConfigurationUpdateParameters.LogicalUnitNumber

Optional. Optional. LUN for the data disk. LUNs must not conflict with other Data Disks in the VM Image. If this parameter is specified you must also specify the Name for the DataDiskConfiguration you want to change.

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

Uso

'Uso
Dim instance As DataDiskConfigurationUpdateParameters
Dim value As Nullable(Of Integer)

value = instance.LogicalUnitNumber

instance.LogicalUnitNumber = value

Sintaxe

'Declaração
Public Property LogicalUnitNumber As Nullable(Of Integer)
public Nullable<int> LogicalUnitNumber { get; set; }
public:
property Nullable<int> LogicalUnitNumber {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_LogicalUnitNumber ()

/** @property */
public void set_LogicalUnitNumber (Nullable<int> value)
public function get LogicalUnitNumber () : Nullable<int>

public function set LogicalUnitNumber (value : Nullable<int>)

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 DataDiskConfigurationUpdateParameters
Membros DataDiskConfigurationUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models