Udostępnij za pośrednictwem


ServiceGetPropertiesResponse type

Zawiera dane odpowiedzi dla operacji getProperties.

type ServiceGetPropertiesResponse = WithResponse<
  ServiceGetPropertiesHeaders & QueueServiceProperties,
  ServiceGetPropertiesHeaders,
  QueueServiceProperties
>