Compartilhar via


Propriedade UsageLimit.Unit

Optional. The unit in which this usage limit is measured.

Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Uso

'Uso
Dim instance As UsageLimit
Dim value As String

value = instance.Unit

instance.Unit = value

Sintaxe

'Declaração
Public Property Unit As String
public string Unit { get; set; }
public:
property String^ Unit {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Unit ()

/** @property */
public void set_Unit (String value)
public function get Unit () : String

public function set Unit (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 UsageLimit
Membros UsageLimit
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceListResponse.CloudService.AddOnResource