ServiceGetPropertiesResponse type
Contiene datos de respuesta para la operación getProperties.
type ServiceGetPropertiesResponse = WithResponse<
ServiceGetPropertiesHeaders & QueueServiceProperties,
ServiceGetPropertiesHeaders,
QueueServiceProperties
>