Database Geo-Replication State

Microsoft.SqlServer.Azure.View.DatabaseReplicationState (View)

This state view will display health state and attributes of monitored Microsoft Azure SQL Get-Replicated Databases.

Element properties:

TargetMicrosoft.SqlServer.Azure.DatabaseReplication
TypeMicrosoft.SystemCenter.StateViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.SqlServer.Azure.View.DatabaseReplicationState" TypeID="SC!Microsoft.SystemCenter.StateViewType" Target="Microsoft.SqlServer.Azure.DatabaseReplication" Visible="true" Accessibility="Public">
<Category>Operations</Category>
<Criteria/>
<Presentation>
<ColumnInfo Index="0" SortIndex="0" Width="100" Grouped="false" Sorted="true" IsSortable="true" Visible="true" SortOrder="Descending">
<Name>State</Name>
<Id>Microsoft.SqlServer.Azure.DatabaseReplication</Id>
</ColumnInfo>
<ColumnInfo Index="1" SortIndex="-1" Width="130" Grouped="false" Sorted="false" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Maintenance Mode</Name>
<Id>InMaintenanceMode</Id>
</ColumnInfo>
<ColumnInfo Index="2" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="false" SortOrder="Ascending">
<Name>Name</Name>
<Id>Name</Id>
</ColumnInfo>
<ColumnInfo Index="3" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="false" SortOrder="Ascending">
<Name>Path</Name>
<Id>Path</Id>
</ColumnInfo>
<ColumnInfo Index="4" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="false" SortOrder="Ascending">
<Name>Display Name</Name>
<Id>System.Entity/DisplayName</Id>
</ColumnInfo>
<ColumnInfo Index="6" SortIndex="-1" Width="200" Grouped="false" Sorted="false" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Replication Servers</Name>
<Id>Microsoft.SqlServer.Azure.DatabaseReplication/SqlInstances</Id>
</ColumnInfo>
<ColumnInfo Index="5" SortIndex="-1" Width="130" Grouped="false" Sorted="false" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Database Name</Name>
<Id>Microsoft.SqlServer.Azure.DatabaseReplication/DatabaseName</Id>
</ColumnInfo>
<ColumnInfo Index="7" SortIndex="-1" Width="200" Grouped="false" Sorted="false" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>User Databases</Name>
<Id>Microsoft.SqlServer.Azure.UserDatabase</Id>
</ColumnInfo>
<ColumnInfo Index="8" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="false" SortOrder="Ascending">
<Name>Microsoft Azure SQL Database in Elastic Database Pool</Name>
<Id>Microsoft.SqlServer.Azure.ElasticDatabase</Id>
</ColumnInfo>
</Presentation>
</View>