OperationalInsightsWorkspaceReplicationProperties.IsReplicationEnabled 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.
Specifies whether the replication is enabled or not. When true, workspace configuration and data is replicated to the specified ___location. If replication is been enabled, ___location must be provided.
public bool? IsReplicationEnabled { get; set; }
member this.IsReplicationEnabled : Nullable<bool> with get, set
Public Property IsReplicationEnabled As Nullable(Of Boolean)