Share via


IWithPartitionsAndCreate.WithPartitionCount(Int32) Method

Definition

Specifies the SKU of the Search service.

public Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithReplicasAndCreate WithPartitionCount (int count);
abstract member WithPartitionCount : int -> Microsoft.Azure.Management.Search.Fluent.SearchService.Definition.IWithReplicasAndCreate
Public Function WithPartitionCount (count As Integer) As IWithReplicasAndCreate

Parameters

count
Int32

The number of partitions to be created.

Returns

Applies to