Compartilhar via


Propriedade VirtualMachineVMImage.PublisherName

Optional. The name of the publisher of this VM Image in Azure.

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.PublisherName

instance.PublisherName = value

Sintaxe

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

/** @property */
public void set_PublisherName (String value)
public function get PublisherName () : String

public function set PublisherName (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