RangeShardMap<TKey>.UpdateMapping 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
UpdateMapping(RangeMapping<TKey>, RangeMappingUpdate) | |
UpdateMapping(RangeMapping<TKey>, RangeMappingUpdate, MappingLockToken) |
UpdateMapping(RangeMapping<TKey>, RangeMappingUpdate)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> UpdateMapping (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> currentMapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingUpdate update);
member this.UpdateMapping : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingUpdate -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function UpdateMapping (currentMapping As RangeMapping(Of TKey), update As RangeMappingUpdate) As RangeMapping(Of TKey)
Parameters
- currentMapping
- RangeMapping<TKey>
- update
- RangeMappingUpdate
Returns
Applies to
UpdateMapping(RangeMapping<TKey>, RangeMappingUpdate, MappingLockToken)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> UpdateMapping (Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<TKey> currentMapping, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingUpdate update, Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken mappingLockToken);
member this.UpdateMapping : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key> * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMappingUpdate * Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.MappingLockToken -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.RangeMapping<'Key>
Public Function UpdateMapping (currentMapping As RangeMapping(Of TKey), update As RangeMappingUpdate, mappingLockToken As MappingLockToken) As RangeMapping(Of TKey)
Parameters
- currentMapping
- RangeMapping<TKey>
- update
- RangeMappingUpdate
- mappingLockToken
- MappingLockToken
Returns
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