IWithCollationAfterElasticPoolOptions<ParentT> Interface

Definition

The SQL Database definition to set the collation for database.

public interface IWithCollationAfterElasticPoolOptions<ParentT>
type IWithCollationAfterElasticPoolOptions<'ParentT> = interface
Public Interface IWithCollationAfterElasticPoolOptions(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithCollation(String)

Sets the collation for the SQL Database.

Applies to