Freigeben über


ServiceGetPropertiesResponse type

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

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