ListShardMap<TKey>.GetMappings Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetMappings() | |
GetMappings(Range<TKey>) | |
GetMappings(Shard) | |
GetMappings(Range<TKey>, Shard) |
GetMappings()
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey>> GetMappings ();
member this.GetMappings : unit -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>>
Public Function GetMappings () As IReadOnlyList(Of PointMapping(Of TKey))
Devoluciones
IReadOnlyList<PointMapping<TKey>>
Se aplica a
GetMappings(Range<TKey>)
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey>> GetMappings (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<TKey> range);
member this.GetMappings : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>>
Public Function GetMappings (range As Range(Of TKey)) As IReadOnlyList(Of PointMapping(Of TKey))
Parámetros
- range
- Range<TKey>
Devoluciones
IReadOnlyList<PointMapping<TKey>>
Se aplica a
GetMappings(Shard)
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey>> GetMappings (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard);
member this.GetMappings : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>>
Public Function GetMappings (shard As Shard) As IReadOnlyList(Of PointMapping(Of TKey))
Parámetros
- shard
- Shard
Devoluciones
IReadOnlyList<PointMapping<TKey>>
Se aplica a
GetMappings(Range<TKey>, Shard)
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<TKey>> GetMappings (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<TKey> range, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard shard);
member this.GetMappings : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Range<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.PointMapping<'Key>>
Public Function GetMappings (range As Range(Of TKey), shard As Shard) As IReadOnlyList(Of PointMapping(Of TKey))
Parámetros
- range
- Range<TKey>
- shard
- Shard
Devoluciones
IReadOnlyList<PointMapping<TKey>>
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET