Compartir a través de


ServiceGetPropertiesResponse type

Contiene datos de respuesta para la operación getProperties.

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