DeviceUpdateGetUpdate interface
Methods
| delete(Request |
Delete a specific update version. This is a long-running-operation; use Operation-Location response header value to check for operation status. |
| get(Device |
Get a specific update version. |
Method Details
delete(RequestParameters)
Delete a specific update version. This is a long-running-operation; use Operation-Location response header value to check for operation status.
function delete(options?: RequestParameters): StreamableMethod<DeviceUpdateDeleteUpdate202Response | DeviceUpdateDeleteUpdateDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(DeviceUpdateGetUpdateParameters)
Get a specific update version.
function get(options?: DeviceUpdateGetUpdateParameters): StreamableMethod<DeviceUpdateGetUpdate200Response | DeviceUpdateGetUpdate304Response | DeviceUpdateGetUpdateDefaultResponse>
Parameters
- options
- DeviceUpdateGetUpdateParameters