MeshSecretGetResponse type

Содержит данные ответа для операции получения.

type MeshSecretGetResponse = SecretResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SecretResourceDescription
  }
}