Represents the result of a create operation.
Union case | Description |
Full Usage:
BadRequest ResponseBody
Parameters:
string
|
|
Full Usage:
EntityTooLarge ResponseBody
Parameters:
string
|
|
Full Usage:
IdAlreadyExists ResponseBody
Parameters:
string
|
|
Full Usage:
Ok 'T
Parameters:
'T
|
|
Full Usage:
PartitionStorageLimitReached ResponseBody
Parameters:
string
|
|
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.IsIdAlreadyExists
Returns: bool
|
|
Full Usage:
this.IsOk
Returns: bool
|
|
Full Usage:
this.IsPartitionStorageLimitReached
Returns: bool
|
|
Full Usage:
this.IsTooManyRequests
Returns: bool
|
|