Propriedade VirtualMachineCaptureOSImageParameters.TargetImageLabel
Required. Specifies the friendly name of the captured image. This is the value that appears in the Name column for the image in the Azure Management Portal.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (em Microsoft.WindowsAzure.Management.Compute.dll)
Uso
'Uso
Dim instance As VirtualMachineCaptureOSImageParameters
Dim value As String
value = instance.TargetImageLabel
instance.TargetImageLabel = value
Sintaxe
'Declaração
Public Property TargetImageLabel As String
public string TargetImageLabel { get; set; }
public:
property String^ TargetImageLabel {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_TargetImageLabel ()
/** @property */
public void set_TargetImageLabel (String value)
public function get TargetImageLabel () : String
public function set TargetImageLabel (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 VirtualMachineCaptureOSImageParameters
Membros VirtualMachineCaptureOSImageParameters
Namespace Microsoft.WindowsAzure.Management.Compute.Models