OperationConfig interface
Configurations for how to poll the operation and to check whether it has terminated.
Properties
initial |
The initial request Url |
metadata | metadata about the operation |
operation |
The operation location |
request |
The request method |
resource |
The resource location |
Property Details
initialRequestUrl
The initial request Url
initialRequestUrl?: string
Property Value
string
metadata
metadata about the operation
metadata?: Record<string, string>
Property Value
Record<string, string>
operationLocation
The operation location
operationLocation?: string
Property Value
string
requestMethod
The request method
requestMethod?: string
Property Value
string
resourceLocation
The resource location
resourceLocation?: string
Property Value
string