IWithOptions<ParentT> Interface
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.
The stage of a Cassandra table definition allowing to set options.
public interface IWithOptions<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Definition.IWithAttach<ParentT>>
type IWithOptions<'ParentT> = interface
interface IWithOptions<IWithAttach<'ParentT>>
Public Interface IWithOptions(Of ParentT)
Implements IWithOptions(Of IWithAttach(Of ParentT))
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
-
IWithOptions<IWithAttach<ParentT>>
Methods
WithOption(String, String) |
Specifies an option. (Inherited from IWithOptions<ReturnT>) |
WithOptionsAppend(IDictionary<String,String>) |
Appends all options to current options. (Inherited from IWithOptions<ReturnT>) |