IWithOptions 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 SQL container update allowing to set options.
public interface IWithOptions : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate>
type IWithOptions = interface
interface IWithOptions<IUpdate>
Public Interface IWithOptions
Implements IWithOptions(Of IUpdate)
- Derived
- Implements
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>) |
WithOptionsReplace(IDictionary<String,String>) |
Replace the current options with new options. (Inherited from IWithOptions<ReturnT>) |
WithoutOption(String) |
Removes an option. (Inherited from IWithOptions<ReturnT>) |
WithoutOptions() |
Removes all options. (Inherited from IWithOptions<ReturnT>) |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET