VirtualMachineExtensionListResponse.ResourceExtension.ReplicationCompleted Property

 

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 (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public Nullable<bool> ReplicationCompleted { get; set; }
public:
property Nullable<bool> ReplicationCompleted {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member ReplicationCompleted : Nullable<bool> with get, set
Public Property ReplicationCompleted As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

VirtualMachineExtensionListResponse.ResourceExtension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top