RecoveryManager.DetectMappingDifferences Method

Definition

Overloads

DetectMappingDifferences(ShardLocation)
DetectMappingDifferences(ShardLocation, String)

DetectMappingDifferences(ShardLocation)

public System.Collections.Generic.IEnumerable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Recovery.RecoveryToken> DetectMappingDifferences (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation location);
member this.DetectMappingDifferences : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation -> seq<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Recovery.RecoveryToken>
Public Function DetectMappingDifferences (location As ShardLocation) As IEnumerable(Of RecoveryToken)

Parameters

location
ShardLocation

Returns

Applies to

DetectMappingDifferences(ShardLocation, String)

public System.Collections.Generic.IEnumerable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Recovery.RecoveryToken> DetectMappingDifferences (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation location, string shardMapName);
member this.DetectMappingDifferences : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation * string -> seq<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Recovery.RecoveryToken>
Public Function DetectMappingDifferences (location As ShardLocation, shardMapName As String) As IEnumerable(Of RecoveryToken)

Parameters

location
ShardLocation
shardMapName
String

Returns

Applies to