[I] OperationReference
Custom polling Represents a reference to an operation, including a map from the original operation to the parameters of the linked operation
Properties
Section titled โPropertiesโ| Property | Type | Description |
|---|---|---|
kind | "reference" | - |
link? | OperationLink | headers linking to the operation |
operation | Operation | The referenced operation |
parameterMap? | Map<string, ParameterSource> | information on how to construct the operation parameters from the original request and response |
parameters? | Map<string, PropertyMap> | - |