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