Sdílet prostřednictvím


ServiceGetPropertiesResponse type

Obsahuje data odpovědí pro operaci getProperties.

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