Aracılığıyla paylaş


SecretValueCreateResponse type

Oluşturma işlemi için yanıt verilerini içerir.

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