MeshSecretValueShowResponse type
A megjelenítési művelet válaszadatait tartalmazza.
type MeshSecretValueShowResponse = SecretValue & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValue
}
}