IWithOptions<ReturnT>.WithOption(String, String) Method
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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET