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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET