IWithOptions<ReturnT>.WithOption(String, String) Method

Definition

Specifies an option.

public ReturnT WithOption (string key, string value);
abstract member WithOption : string * string -> 'ReturnT
Public Function WithOption (key As String, value As String) As ReturnT

Parameters

key
String

The key of the option. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput" in api-version 2019-08-01.

value
String

The value of the option.

Returns

ReturnT

The next stage of update.

Applies to