共用方式為


ExtensionImage.ReplicationCompleted Property

Definition

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)

Property Value

Applies to