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 the Gremlin Database definition allowing to set options.
public interface IWithOptions<ParentT> : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Definition.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.GremlinDatabase.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>) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET