MeshSecretValueShowResponse type
Gösterme işlemi için yanıt verilerini içerir.
type MeshSecretValueShowResponse = SecretValue & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValue
}
}