Compartilhar via


Propriedade VirtualMachineVMImage.Eula

Optional. Specifies the End User License Agreement that is associated with the image. The value for this element is a string, but it is recommended that the value be a URL that points to a EULA.

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

Uso

'Uso
Dim instance As VirtualMachineVMImage
Dim value As String

value = instance.Eula

instance.Eula = value

Sintaxe

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

/** @property */
public void set_Eula (String value)
public function get Eula () : String

public function set Eula (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 VirtualMachineVMImage
Membros VirtualMachineVMImage
Namespace Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageListResponse