RecoveryManager.RebuildMappingsOnShardsFromShardMapManager 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
RebuildMappingsOnShardsFromShardMapManager(IEnumerable<ShardLocation>, String) | |
RebuildMappingsOnShardsFromShardMapManager(IEnumerable<ShardLocation>) |
RebuildMappingsOnShardsFromShardMapManager(IEnumerable<ShardLocation>, String)
public void RebuildMappingsOnShardsFromShardMapManager (System.Collections.Generic.IEnumerable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation> shardLocations, string shardMapName);
member this.RebuildMappingsOnShardsFromShardMapManager : seq<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation> * string -> unit
Public Sub RebuildMappingsOnShardsFromShardMapManager (shardLocations As IEnumerable(Of ShardLocation), shardMapName As String)
Parameters
- shardLocations
- IEnumerable<ShardLocation>
- shardMapName
- String
Applies to
RebuildMappingsOnShardsFromShardMapManager(IEnumerable<ShardLocation>)
public void RebuildMappingsOnShardsFromShardMapManager (System.Collections.Generic.IEnumerable<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation> shardLocations);
member this.RebuildMappingsOnShardsFromShardMapManager : seq<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation> -> unit
Public Sub RebuildMappingsOnShardsFromShardMapManager (shardLocations As IEnumerable(Of ShardLocation))
Parameters
- shardLocations
- IEnumerable<ShardLocation>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET