MeshSecretValueAddValueResponse type
addValue 操作の応答データを格納します。
type MeshSecretValueAddValueResponse = SecretValueResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValueResourceDescription
}
}