Represents the result of a replace operation.
Union case | Description |
Full Usage:
BadRequest ResponseBody
Parameters:
string
|
|
Full Usage:
EntityTooLarge ResponseBody
Parameters:
string
|
|
Full Usage:
ModifiedBefore ResponseBody
Parameters:
string
|
|
Full Usage:
NotFound ResponseBody
Parameters:
string
|
|
Full Usage:
Ok 'T
Parameters:
'T
|
|
Full Usage:
TooManyRequests(ResponseBody, RetryAfter)
Parameters:
string
RetryAfter : TimeSpan voption
|
|
Instance member | Description |
Full Usage:
this.IsBadRequest
Returns: bool
|
|
Full Usage:
this.IsEntityTooLarge
Returns: bool
|
|
Full Usage:
this.IsModifiedBefore
Returns: bool
|
|
Full Usage:
this.IsNotFound
Returns: bool
|
|
Full Usage:
this.IsOk
Returns: bool
|
|
Full Usage:
this.IsTooManyRequests
Returns: bool
|
|