ContainerReleaseLeaseResponse type

Contains response data for the releaseLease operation.

type ContainerReleaseLeaseResponse = ContainerReleaseLeaseHeaders & {
  _response: msRest.HttpResponse & {
    parsedHeaders: ContainerReleaseLeaseHeaders
  }
}