ServiceGetPropertiesResponse type
getProperties 操作の応答データを格納します。
type ServiceGetPropertiesResponse = WithResponse<
ServiceGetPropertiesHeaders & QueueServiceProperties,
ServiceGetPropertiesHeaders,
QueueServiceProperties
>