Udostępnij za pośrednictwem


ServiceGetPropertiesResponse type

Zawiera dane odpowiedzi dla operacji getProperties.

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