ServiceGetPropertiesResponse type
Obsahuje data odpovědí pro operaci getProperties.
type ServiceGetPropertiesResponse = WithResponse<
ServiceGetPropertiesHeaders & QueueServiceProperties,
ServiceGetPropertiesHeaders,
QueueServiceProperties
>