共用方式為


ServiceGetPropertiesResponse type

包含 getProperties 作業的回應資料。

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