ServiceGetPropertiesResponse type

Contains response data for the getProperties operation.

type ServiceGetPropertiesResponse = ServiceGetPropertiesHeaders &
  QueueServiceProperties & {
    _response: coreHttp.HttpResponse & {
      bodyAsText: string
      parsedBody: QueueServiceProperties
      parsedHeaders: ServiceGetPropertiesHeaders
    }
  }