ServiceGetPropertiesResponse type

Contains response data for the getProperties operation.

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