ServiceGetPropertiesResponse type
Enthält Antwortdaten für den getProperties-Vorgang.
type ServiceGetPropertiesResponse = WithResponse<
ServiceGetPropertiesHeaders & QueueServiceProperties,
ServiceGetPropertiesHeaders,
QueueServiceProperties
>