Поделиться через


ServiceGetPropertiesResponse type

Содержит данные ответа для операции getProperties.

type ServiceGetPropertiesResponse = WithResponse<
  ServiceGetPropertiesHeaders & FileServiceProperties,
  ServiceGetPropertiesHeaders,
  FileServiceProperties
>