ServiceGetPropertiesResponse type

Enthält Antwortdaten für den getProperties-Vorgang.

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