Compartilhar via


Propriedade ExtensionImage.ReplicationCompleted

Optional. Indicates whether this version of extension has been replicated to all regions or not. If true, then the given extension version can be used in creating or updating deployments. Otherwise, the given extension version might cause failure in creating or updating deployments. The typical time is 20 minutes for a newly-registered or newly-updated extension to replicate completely by Azure.

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

Uso

'Uso
Dim instance As ExtensionImage
Dim value As Nullable(Of Boolean)

value = instance.ReplicationCompleted

instance.ReplicationCompleted = value

Sintaxe

'Declaração
Public Property ReplicationCompleted As Nullable(Of Boolean)
public Nullable<bool> ReplicationCompleted { get; set; }
public:
property Nullable<bool> ReplicationCompleted {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_ReplicationCompleted ()

/** @property */
public void set_ReplicationCompleted (Nullable<boolean> value)
public function get ReplicationCompleted () : Nullable<boolean>

public function set ReplicationCompleted (value : Nullable<boolean>)

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 ExtensionImage
Membros ExtensionImage
Namespace Microsoft.WindowsAzure.Management.Compute.Models