(options: Models.QueueCreateOptionalParams, context: Context)
| 14 | |
| 15 | export default interface IQueueHandler { |
| 16 | create(options: Models.QueueCreateOptionalParams, context: Context): Promise<Models.QueueCreateResponse>; |
| 17 | delete(options: Models.QueueDeleteMethodOptionalParams, context: Context): Promise<Models.QueueDeleteResponse>; |
| 18 | getProperties(options: Models.QueueGetPropertiesOptionalParams, context: Context): Promise<Models.QueueGetPropertiesResponse>; |
| 19 | getPropertiesWithHead(options: Models.QueueGetPropertiesWithHeadOptionalParams, context: Context): Promise<Models.QueueGetPropertiesWithHeadResponse>; |
no outgoing calls
no test coverage detected