Partager via


ServiceGetPropertiesResponse type

Contient des données de réponse pour l’opération getProperties.

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