RecoveryManager.DetectMappingDifferences Method
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.
Overloads
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