Compartilhar via


ServiceGetPropertiesResponse type

Contém dados de resposta para a operação getProperties.

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