ServiceGetPropertiesResponse type
Berisi data respons untuk operasi getProperties.
type ServiceGetPropertiesResponse = WithResponse<
ServiceGetPropertiesHeaders & QueueServiceProperties,
ServiceGetPropertiesHeaders,
QueueServiceProperties
>