ExtensionImage.ReplicationCompleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public bool? ReplicationCompleted { get; set; }
member this.ReplicationCompleted : Nullable<bool> with get, set
Public Property ReplicationCompleted As Nullable(Of Boolean)