ShardMap.CreateShard 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
CreateShard(ShardCreationInfo)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard CreateShard(Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardCreationInfo shardCreationArgs);
member this.CreateShard : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardCreationInfo -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard
Public Function CreateShard (shardCreationArgs As ShardCreationInfo) As Shard
Parameters
- shardCreationArgs
- ShardCreationInfo
Returns
Applies to
CreateShard(ShardLocation)
public Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard CreateShard(Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation ___location);
member this.CreateShard : Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.ShardLocation -> Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Shard
Public Function CreateShard (___location As ShardLocation) As Shard
Parameters
- ___location
- ShardLocation