Freigeben über


IWithOptions Schnittstelle

Definition

Die Phase des SQL-Datenbankupdates, in der Optionen festgelegt werden können.

public interface IWithOptions : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.Table.Update.IUpdate>
type IWithOptions = interface
    interface IWithOptions<IUpdate>
Public Interface IWithOptions
Implements IWithOptions(Of IUpdate)
Abgeleitet
Implementiert

Methoden

WithOption(String, String)

Gibt eine Option an.

(Geerbt von IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

Fügt alle Optionen an aktuelle Optionen an.

(Geerbt von IWithOptions<ReturnT>)
WithOptionsReplace(IDictionary<String,String>)

Ersetzen Sie die aktuellen Optionen durch neue Optionen.

(Geerbt von IWithOptions<ReturnT>)
WithoutOption(String)

Entfernt eine Option.

(Geerbt von IWithOptions<ReturnT>)
WithoutOptions()

Entfernt alle Optionen.

(Geerbt von IWithOptions<ReturnT>)

Gilt für: