Propriedade VirtualMachineVMImage.ServiceName
Optional. The service name of the virtual machine image.
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.ServiceName
instance.ServiceName = value
Sintaxe
'Declaração
Public Property ServiceName As String
public string ServiceName { get; set; }
public:
property String^ ServiceName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ServiceName ()
/** @property */
public void set_ServiceName (String value)
public function get ServiceName () : String
public function set ServiceName (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