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 the mongo database update allowing to set options.
public interface IWithOptions : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.MongoDB.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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET