Aracılığıyla paylaş


SecretValueGetResponse type

Alma işlemi için yanıt verilerini içerir.

type SecretValueGetResponse = SecretValueResourceDescription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SecretValueResourceDescription
  }
}